Sdílet prostřednictvím


CWindow::GetWindowDC

Načte kontext zařízení pro celé okno.

HDC GetWindowDC() throw();

Poznámky

Viz GetWindowDC v .

Příklad

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

Požadavky

Záhlaví: atlwin.h

Viz také

Referenční dokumentace

Třída CWindow

CWindow::GetDC

CWindow::GetDCEx

CWindow::ReleaseDC