size_t DSGetHandleSize(h);
Returns the size of the block of memory referenced by the specified handle.
Name | Type | Description |
---|---|---|
h | UHandle | Handle whose size you want to determine. |
The size in bytes of the relocatable block referenced by the handle h. If an error occurs, this function returns a negative number.