CWindow::GetWindowDC
ウィンドウ全体のデバイス コンテキストを取得します。
HDC GetWindowDC() throw();
解説
Windows SDKの GetWindowDC を参照してください。
使用例
//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();
必要条件
Header: atlwin.h