Click or drag to resize

GM_SetRegistrationInfo

Sets the registration name and code to use for this instance of the DLL. This can be used rather than the GMDLL_regkey.txt file to supply the registration information. Will return GM_Error_NotRegistered if the key is not valid for the name.

Syntax
GM_Error_t32 GM_SetRegistrationInfo

(

const char* aRegName,   // name provided for the registration information

uint32      aRegKey     // registration key

);