c-treeDB API for C++ - Developers Guide
CTSession::GetDatabaseUID
Syntax
void GetDatabaseUID(const CTString& Name, ULONG& uid)
Parameters
- Name [in] the database name
- uid [out] the database uid
Description
Retrieves the database UID, given the database name.
Return
None.
See also
SetDatabaseUID()