ctdbGetActiveTableByUID
Retrieve the active table handle given its UID.
Declaration
CTHANDLE ctdbGetActiveTableByUID(CTHANDLE Handle, ULONG uid)
Description
ctdbGetActiveTableByUID() retrieves the active table handle given its UID. Use ctdbGetActiveTableUID() to retrieve the table UID, given the table Handle.
Returns
ctdbGetActiveTableByUID() returns the table Handle on success, or NULL on failure.
See also
ctdbGetActiveTableUID()