Compartilhar via


CWindow::GetWindowDC

Recupera um contexto de dispositivo para a janela inteira.

HDC GetWindowDC() throw();

Comentários

Consulte GetWindowDC em Windows SDK.

Exemplo

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

Requisitos

Cabeçalho: atlwin.h

Consulte também

Referência

Classe de CWindow

CWindow::GetDC

CWindow::GetDCEx

CWindow::ReleaseDC