DSGetHandleSize (LabVIEW Manager Function)
- Mise à jour2025-07-30
- Temps de lecture : 1 minute(s)
size_t DSGetHandleSize(h);
Purpose
Returns the size of the block of memory referenced by the specified handle.
Parameters
| Name | Type | Description |
|---|---|---|
| h | UHandle | Handle whose size you want to determine. |
Return Value
The size in bytes of the relocatable block referenced by the handle h. If an error occurs, this function returns a negative number.