DSNewHClr (LabVIEW Manager Function)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
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.