Fonction GPMID_DestroyMidiBuffer

Print

Frees a MIDI buffer from memory previously allocated by GPMID_CreateMidiBuffer.

Syntax

GPMID_ENTRY void GPMID_DestroyMidiBuffer(
	void* aBuffer
);

Parameters

  1. aBuffer

    A pointer to a buffer returned by GPMID_CreateMidiBuffer.

Return value

This function returns nothing.