CWindow::Attach
更新 : 2007 年 11 月
hWndNew で識別されるウィンドウを CWindow オブジェクトにアタッチします。
void Attach(
HWND hWndNew
) throw();
パラメータ
- hWndNew
[入力] ウィンドウを識別するハンドル。
使用例
//The following example attaches an HWND to the CWindow object
HWND hWnd = ::GetDesktopWindow();
CWindow myWindow;
myWindow.Attach(hWnd);
必要条件
ヘッダー : atlwin.h