DSDisposeHandle (LabVIEW Manager Function)
- Updated2025-01-28
- 1 minute(s) read
DSDisposeHandle (LabVIEW Manager Function)
MgErr DSDisposeHandle(h);
Purpose
Releases the memory referenced by the specified handle.
Parameters
Name | Type | Description |
---|---|---|
h | UHandle | Handle you want to dispose of. |
Return Value
MgErr, which can contain the following errors. If you receive errors from LabVIEW Manager functions, most error names correspond to LabVIEW error codes.
Value | Corresponding Error Code or Description |
---|---|
noErr | No error. |
mZoneErr | Handle or pointer not in specified zone. |