unsigned int GetHandleSize (Handle handle);
This function returns the size of the memory block referred to by a handle previously allocated by NewHandle.
Input | ||
Name | Type | Description |
handle | Handle | The handle whose memory block size will be returned. |
Name | Type | Description |
sizeInBytes | unsigned integer | Returns the size in bytes of the memory block referred to by the handle. |