Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
Reference
IAxWinHostWindow::CreateControl