Global Mapper SDK
GM_DBTableList_GetTableName
Gets the table name at the specified index
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_DBTableList_GetTableName
(
char* aTableName, // OUT: Buffer in which table name will be placed
uint32 aIndex, // IN: The zero-based index for the table name
GM_DB_TableList_t32 aTableList // IN: Table list handle
);