Global Mapper SDK
GM_DBTableList_GetCount
Gets the number of tables in the table list
Syntax
C++
Copy
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
);