Partager via


CWindow::GetWindowDC

Récupère un contexte de périphérique pour la fenêtre entière.

HDC GetWindowDC() throw();

Notes

Consultez GetWindowDC dans Kit de développement logiciel Windows.

Exemple

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::GetWindowDC() to retrieve the DC of the entire window

CWindow myWindow;
myWindow.Attach(hWnd);
HDC hDC = myWindow.GetWindowDC();

Configuration requise

Header: atlwin.h

Voir aussi

Référence

Classe de CWindow

CWindow::GetDC

CWindow::GetDCEx

CWindow::ReleaseDC