Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Attaches an existing (and previously initialized) control to the host object using the window identified by hWnd.
STDMETHOD( AttachControl )(
IUnknown* pUnkControl,
HWND hWnd
);
Parameters
pUnkControl
[in] A pointer to the IUnknown interface of the control to be attached to the host object.hWnd
[in] A handle to the window to be used for hosting.
Return Value
A standard HRESULT value.
Requirements
Header: atliface.h
See Also
Concepts
IAxWinHostWindow::CreateControl