UHandle DSNewHClr(size);
Creates a new handle to a relocatable block of memory of the specified size and initializes the memory to zero.
| Name | Type | Description | 
|---|---|---|
| size | size_t | Size, in bytes, of the handle you want to create. | 
A handle of the specified size, where the block of memory is set to all zeros. If an error occurs, this function returns NULL.