Admin Production ni-theme
Current Publication

GetCtrlArrayPanel

LabWindows/CVI

GetCtrlArrayPanel

int GetCtrlArrayPanel (int controlArrayHandle);

Purpose

Returns the panel handle that is associated with the specified control array.

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
panelHandle int Value you can use in subsequent function calls to specify this panel. Negative values indicate that an error occurred. Zero is not a valid panel handle.

Additional Information

Library: User Interface Library

Include file: userint.h

LabWindows/CVI compatibility: LabWindows/CVI 2010 and later