CWnd::SetWindowPlacement

BOOL SetWindowPlacement( const WINDOWPLACEMENT*lpwndpl );

Return Value

Nonzero if the function is successful; otherwise 0.

Parameters

lpwndpl

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

Remarks

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

CWnd OverviewClass MembersHierarchy Chart

See Also   CWnd::GetWindowPlacement, ::SetWindowPlacement