[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
UpdateWindow( hWnd )-> <nil>
------------------------------------------------------------------------------
PARAMETER:
<hWnd> Is the handle that identifies the window to be updated
DESCRIPTION:
The UpdateWindow function updates the client area of the given window by
sending it a WM_PAINT message, which forces it to be repainted if the
update region for the window is not empty. Otherwise, no message is sent.
The function sends this message directly to the window procedure of
the given window, bypassing the application queue.
SOURCE:
SOURCE\WINAPI\WNDUPDAT.C
See Also:
MESSAGES & STRUCTURES
InvalidateRect
Refresh
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson