Admin Production ni-theme
Current Publication

GetWaitCursorState

LabWindows/CVI

GetWaitCursorState

int GetWaitCursorState (void);

Purpose

Returns the state of the cursor, indicating whether the wait cursor is active or inactive.

Parameters

None.

Return Value

Name Type Description
cursorState int The state of the wait cursor.

Code Description
0 Wait cursor inactive.
1 Wait cursor active.

Negative values indicate that an error occurred.

Additional Information

Library: User Interface Library

Include file: userint.h

LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later