Programming Guide |
Pushes all LDBs onto a save stack
void int sm_ldb_push(void);
- 0 Success: one or more LDBs are pushed.
sm_ldb_push
makes all loaded LDBs unavailable to the application. It writes their identities and status—whether active or not—to a list that it pushes onto the LDB save stack. Each call tosm_ldb_push
pushes another list of LDBs onto the stack; the stack stores these lists in first-in/last-out order. The number of lists you can save depends on the amount of memory available on your system. To restore the last-pushed list of LDB's to memory, call sm_ldb_pop.