WinXUpdate (hWnd)
Redraws the specified window.
Parameter | Description |
---|---|
hWnd | The handle to the window to redraw |
You must call this function before the effects of any drawing functions will become visible.
'update the main window WinXUpdate (#hMain) |