Programming Guide |
Gets the name of an LDB of the specified handle
char *sm_ldb_name(int ldbhandle);
ldbhandle
- The handle of the LDB to look up.
- · Success: A pointer to the name of the LDB specified by
ldbhandle
.
sm_ldb_name
takes the integer handle of an LDB and returns a pointer to the LDB's name.