GPMID_Free function

Print

Frees the resources used internally by GPMID.

Syntax

Print

  1. GPMID_ENTRY void GPMID_Free();

Parameters

This function does not accept parameters.

Return value

This function returns nothing.

Remarks

Before using this function, GPMID must have been initialized with GPMID_Init and a tablature must have been successfully loaded with GPMID_Load.

Whenever the library is about to be unloaded from your application, call this function once, and after any other function of the library, to free the resources it uses internally.