Click or drag to resize

GM_GetAvailableSymbolNames

Returns the list of available symbol names. This will be an array of const char* values. The number of entries in the returned list will be returned in the aNumSymbols parameter. The symbol name list is also NULL-terminated if you don't want to keep track of the size of the list separately.

Syntax
char** __stdcall GM_GetAvailableSymbolNames
(
uint32* aNumSymbols                         // OUT: Number of symbols in returned list
);