GetHandleSize

unsigned int GetHandleSize (Handle handle);

Purpose

This function returns the size of the memory block referred to by a handle previously allocated by NewHandle.

Parameters

Input
Name Type Description
handle Handle The handle whose memory block size will be returned.

Return Value

Name Type Description
sizeInBytes unsigned integer Returns the size in bytes of the memory block referred to by the handle.