Function Reference


_WinAPI_CloseWindow

Minimizes (but does not destroy) the specified window

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

Parameters

$hWnd Handle to the window to be minimized.

Return Value

Success: True.
Failure: False, call _WinAPI_GetLastError() to get extended error information.

See Also

Search CloseWindow in MSDN Library.