Previous topic

ShellExecute

Next topic

sin

This Page

ShowWaitCursorΒΆ

ShowWaitCursor turns the wait cursor on or off.

bool = ShowWaitCursor(bShow)

Return Value

bool is TRUE (1), if the function was successful, and otherwise FALSE (0).

Parameters

bShow

When bShow is TRUE (1), the wait cursor will be turned on. If FALSE (0), the wait cursor will be turned off.

id-1882791