Click or drag to resize

GM_DBTableList_GetTableName

Gets the table name at the specified index

Syntax
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
);