WinWatchDidStatusChange

Used to indicate whether the current clip list for the window associated with a WinWatch context is valid.

BOOL FAR PASCAL _loadds WinWatchDidStatusChange(hWW)

HWINWATCH hWW;

INPUT PARAMETERS

hWW

Identifies a WinWatch context associated with a window in a prior call to WinWatchOpen.


RETURNS

Returns FALSE if the current clip list is valid, and TRUE if the clip list is invalid i.e. the window-overlap status of the window client area has changed.

COMMENTS

WinWatchDidStatusChange acts as a semaphore, returning TRUE on the first call after a change in window-overlap and on each subsequent call prior to a corresponding call to WinWatchGetClipList.