WinXSetPlacement (hWnd, minMax, RECT restored)
Sets information concerning how the window is displayed
Parameter | Description |
---|---|
hWnd | The handle to the window to set the information for |
minMax | The minimised/maximised state, see remarks for a list of possible values |
RECT restored | The restored size and position of the window. |
$$TRUE on success or $$FALSE on fail
The minMax parameter is one of these constants:
' maximise a window (this is not the best way to do this, WinXGetPlacement (#hMain, 0, @restored) |