DSNewHClr (LabVIEW Manager Function)
- 更新时间2025-07-30
- 阅读时长1分钟
UHandle DSNewHClr(size);
Purpose
Creates a new handle to a relocatable block of memory of the specified size and initializes the memory to zero.
Parameters
| Name | Type | Description |
|---|---|---|
| size | size_t | Size, in bytes, of the handle you want to create. |
Return Value
A handle of the specified size, where the block of memory is set to all zeros. If an error occurs, this function returns NULL.