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.