Global Mapper SDK
GM_SetRegistryKey
Sets the base registry key from which settings should be stored/read. Settings will be stored in and read from HKEY_CURRENT_USER\Software\aKeyName\Global Mapper". Passing an empty string will reset the settings back to the default location which is shared with the Global Mapper application.
Syntax
C++
Copy
GM_Error_t32 GM_SetRegistryKey
(
const char* aKeyName // location in registry under which to store settings
);