Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>updatewindow()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
UpdateWindow()
Ensure any pending changes to the client area are made
------------------------------------------------------------------------------

Syntax
UpdateWindow( <hWnd> )   -->   nil

Arguments
<hWnd> is the handle to the window.

Returns
NIL.

Description
This function makes sure any pending changes are flushed.  It
is not usually necessary to call UpdateWindow().

Example
hWnd = CreateWindow( "SampleApp", "Sample App Window Title",    ;
                     WS_OVERLAPPEDWINDOW,                       ;
                     NIL, NIL, NIL, NIL,                        ;
                     NIL, NIL, hInst )
     .  .  .
UpdateWindow( hWnd )


See Also: CreateWindow() DestroyWindow()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson