Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the show state and the normal (restored), minimized, and maximized positions of a window.
BOOL GetWindowPlacement(
WINDOWPLACEMENT* lpwndpl
) const;
Parameters
- lpwndpl
Points to the WINDOWPLACEMENT structure that receives the show state and position information.
Return Value
Nonzero if the function is successful; otherwise 0.
Remarks
The flags member of the WINDOWPLACEMENT structure retrieved by this function is always 0. If CWnd is maximized, the showCmd member of WINDOWPLACEMENT is SW_SHOWMAXIMIZED. If the window is minimized, it is SW_SHOWMINIMIZED. It is SW_SHOWNORMAL otherwise.
Requirements
Header: afxwin.h