Function GetWindowRestorePlacement() Foundation
Gets the position and dimension a window restores to.
GetWindowRestorePlacement( <oWindow>|<nHwnd>, @<aPos>, @<aSize> ) -> lSuccess
The function returns .T. (true) if the restore placement was retrieved successfully otherwise .F. (false).
The function GetWindowRestorePlacement() returns the restored position and dimension of a window. If the window passed in <oWindow> is currently minimized or maximized, GetWindowRestorePlacement() can be used to determine the position and the dimension of the window if it is restored either by the user or via :setFrameState(XBPDLG_FRAMESTAT_NORMALIZED).
If the window is currently normalized, the function GetWindowRestorePlacement() returns the same information as the methods :currentPos() and :currentSize().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.