void DisposeHandle (Handle memBlockHandle);
This function disposes of a memory handle allocated by NewHandle.
Input | ||
Name | Type | Description |
memBlockHandle | Handle | The handle to the memory block to be disposed.
The handle must be a handle previously returned by
NewHandle or the behavior is undefined. Zero (or NULL) may passed safely, and the function will return without doing anything. |
None.