Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
SetWindowPlacement
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
 
 
                                     -♦-