WinXGetPlacement (hWnd, @minMax, RECT @restored)
Gets information concerning how the window is displayed
Parameter | Description |
---|---|
hWnd | The handle to the window to get the information for |
@minMax | A variable to receive the minimised/maximised state of the window |
RECT @restored | A RECT structure to receive the restored position and size of the window |
$$TRUE on success or $$FALSE on fail
The minMax parameter recevies one of these constants:
' Get the window placement |