CWindow::GetWindowDC
更新 : 2007 年 11 月
ウィンドウ全体のデバイス コンテキストを取得します。
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();
必要条件
ヘッダー : atlwin.h