DSGetHandleSize (LabVIEW Manager Function)
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
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.