Programming Guide |
Gets the handle of an LDB
int sm_ldb_handle(char *ldbname);
ldbname
- The name of the LDB to get.
- 0 Success: The handle of
ldbname
.
sm_ldb_handle
takes the name of an LDB and returns with its integer handle of the specified LDB. The LDB can be active or inactive; however, it must be loaded into memory.