CWindow::Attach
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