Global Mapper SDK
GM_DBTableList_Free
Frees the memory associated with the table list
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_DBTableList_Free
(
GM_DB_TableList_t32* aTableList // IN: Table list handle to be freed
);