c-treeDB API for C++ - Developers Guide
CTTable::GetIndexByUID
Syntax
CTIndex GetIndexByUID(ULONG uid)
Parameters
- uid [in] the index unique identifier.
Description
Retrieves the index object given its unique identifier.
Return
GetIndexByUID() returns the Index object.
See also
GetIndex()