Udostępnij za pośrednictwem


CWindow::GetWindowDC

Pobiera kontekstu urządzenia dla całego okna.

HDC GetWindowDC() throw();

Uwagi

Zobacz GetWindowDC w Windows SDK.

Przykład

//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();

Wymagania

Nagłówek: atlwin.h

Zobacz też

Informacje

Klasa CWindow

CWindow::GetDC

CWindow::GetDCEx

CWindow::ReleaseDC