GM_GetExtensionData

Get extension data from the registry.

Syntax

C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_GetExtensionData
(
const char* aExtensionName, // IN: Name of the extension (used as a registry key name)
const char* aValueName,     // IN: Value name for the data to be retrieved
uint32      aBufferLen,     // IN: The length of the output buffer
char*       aData           // OUT: Buffer to hold extension data
);