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 integer The state of the wait cursor.

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

Negative values indicate that an error occurred.