DisposeHandle

void DisposeHandle (Handle memBlockHandle);

Purpose

This function disposes of a memory handle allocated by NewHandle.

Parameters

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.

Return Value

None.