Fonction GPMID_Init

Print

Initializes the resources used internally by GPMID.

Syntax

GPMID_ENTRY void GPMID_Init();

Parameters

This function does not accept parameters.

Return value

This function returns nothing.

Remarks

Whenever GPMID becomes loaded into your application, call this function once, and before any other function of the library, to initialize the resources it uses internally.

Once the library is initialized, you have to use GPMID_Free when you are about to unload it from your application to free the resources.