CWindow::GetWindowDC
전체 창에 대 한 장치 컨텍스트를 검색합니다.
HDC GetWindowDC() throw();
설명
참조 GetWindowDC 에 있는 Windows SDK.
예제
//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();
요구 사항
헤더: atlwin.h