Global Mapper SDK
GM_GetMiscOption
Gets the current value of an advanced/miscellaneous option. Typically the returned value is a GM_MiscOptVal_t8, but for options that use a string value it will be a const char*.
Syntax
C++
Copy
GM_DLL_EXPORTED void* _stdcall GM_GetMiscOption
(
GM_MiscOpt_t32 aOpt, // IN: Option to get
void* aReserved // IN: Reserved for future use
)