GPMID_GetInstructions function

Print

Retrieves the instructions of the tablature which is currently loaded.

Syntax

Print

  1. GPMID_ENTRY const char* GPMID_GetInstructions();

Parameters

This function does not accept parameters.

Return value

The instructions of the tablature.

Remarks

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

If the instructions of the tablature are not set, the function returns an empty string.