CWindow::DeferWindowPos

Updates the specified multiple-window-position structure for the specified window.

HDWP DeferWindowPos( 
   HDWP hWinPosInfo, 
   HWND hWndInsertAfter, 
   int x, 
   int y, 
   int cx, 
   int cy, 
   UINT uFlags  
) throw();

Remarks

See DeferWindowPos in the Windows SDK.

Requirements

Header: atlwin.h

See Also

Reference

CWindow Class