Function Reference


_WinAPI_UpdateWindow

Show description in

Updates the client area of a window by sending a WM_PAINT message to the window

#include <WinAPISysWin.au3>
_WinAPI_UpdateWindow ( $hWnd )

Parameters

$hWnd Handle of window to update

Return Value

Success: True
Failure: False

See Also

Search UpdateWindow in MSDN Library.