◄CWnd► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── Windows 3.1 only BOOL SetWindowPlacement( const WINDOWPLACEMENT FAR* lpwndpl ); Parameter Description <lpwndpl> Points to a WINDOWPLACEMENT structure that specifies the new show state and positions. For a full description of this structure, see the <Microsoft Windows Programmer's Reference>, <Volume 3>. Remarks Sets the show state and the normal (restored), minimized, and maximized positions for a window. Return Value Nonzero if the function is successful; otherwise, 0. See Also ◄CWnd::GetWindowPlacement►, ◄::SetWindowPlacement► -♦-