CWindow::Attach
Anexa a janela identificada por hWndNew ao objeto de CWindow .
void Attach(
HWND hWndNew
) throw();
Parâmetros
- hWndNew
[in] o identificador para uma janela.
Exemplo
//The following example attaches an HWND to the CWindow object
HWND hWnd = ::GetDesktopWindow();
CWindow myWindow;
myWindow.Attach(hWnd);
Requisitos
Cabeçalho: atlwin.h