Programming Guide |
Tests whether an LDB is loaded
int sm_ldb_is_loaded(char *ldbname);
ldbname
- The name of the LDB to test.
- 0 The LDB is not loaded.
sm_ldb_is_loaded
takes the name of an LDB and tests whether it is loaded into memory or not. It returns a value of true (1) or false (0).