CWindow::DeferWindowPos

Aktualisiert die angegebene Mehrfach-Fenster-Positions-Struktur für das angegebene Fenster.

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

Hinweise

Siehe DeferWindowPos in Windows SDK.

Anforderungen

Header: atlwin.h

Siehe auch

Referenz

CWindow-Klasse