UHandle DSNewHandle(size);
Creates a new handle to a relocatable block of memory of the specified size. The routine aligns all handles and pointers in DS to accommodate the largest possible data representations for the platform in use.
Name | Type | Description |
---|---|---|
size | size_t | Size, in bytes, of the handle you want to create. |
A handle of the specified size. If an error occurs, this function returns NULL.