DEFINITION - SUB
DisposeGPMString mstr&
-- dispose a zero terminated string from CreateGPMString&
OPERATION
Dispose a zero terminated string which is not longer needed. This SUB
will free all memory resources allocated by the CreateGPMString& call.
The memory will be returned to the GPM system pool.
ARGUMENTS
mstr& -- a pointer to the string you wanna dispose
NOTES
After this call the given mstr& pointer is invalid and should not be
used any longer.
SEE ALSO
Support Functions
Back to Function Reference