Global Mapper SDK
GM_CreateS63UserPermitFile
Creates a S-63 user permit file for use by clients to request encrypted S-63 chart files from data providers for loading with Global Mapper or your Global Mapper SDK-based application.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_CreateS63UserPermitFile
(
const char* aFilename // IN: Name of user permit file to create
);