Click or drag to resize

GM_DBTableList_GetCount

Gets the number of tables in the table list

Syntax
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_DBTableList_GetCount
(
uint32*              aCount,     // OUT: The number of table names in the list
GM_DB_TableList_t32  aTableList  // IN:  Table list handle
);