DiscardCtrlArray
- Updated2023-02-21
- 1 minute(s) read
int DiscardCtrlArray (int controlArrayHandle);
Purpose
Removes a control array from memory.
This function does not discard the controls from the panel.
Parameters
Input | ||
Name | Type | Description |
controlArrayHandle | int | Specifier for a particular control array that is currently in memory. You obtain this handle from GetCtrlArrayFromResourceID or NewCtrlArray. |
Return Value
Name | Type | Description |
status | int | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |
Additional Information
Library: User Interface Library
Include file: userint.h
LabWindows/CVI compatibility: LabWindows/CVI 2010 and later