Expand Minimize
This topic has not yet been rated - Rate this topic

CWnd::SetWindowPlacement

Sets the show state and the normal (restored), minimized, and maximized positions for a window.

BOOL SetWindowPlacement( 
   const WINDOWPLACEMENT*lpwndpl  
);
lpwndpl

Points to a WINDOWPLACEMENT structure that specifies the new show state and positions.

Nonzero if the function is successful; otherwise 0.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.