次の方法で共有


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

必要条件

**ヘッダー:**atlwin.h

参照

参照

CWindow クラス

CWindow::GetDC

CWindow::GetDCEx

CWindow::ReleaseDC

その他の技術情報

CWindow のメンバー