DSNewHandle (LabVIEW Manager Function)
- Updated2025-01-28
- 1 minute(s) read
DSNewHandle (LabVIEW Manager Function)
UHandle DSNewHandle(size);
Purpose
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.
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. If an error occurs, this function returns NULL.