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.
Obtains a direct interface pointer to the control contained inside a specified window given its handle.
Important
This function cannot be used in applications that execute in the Windows Runtime.
ATLAPI AtlAxGetControl(
HWND h,
IUnknown** pp
);
Parameters
h
[in] A handle to the window that is hosting the control.pp
[out] The IUnknown of the control being hosted.
Return Value
One of the standard HRESULT values.
Requirements
Header: atlhost.h
See Also
Concepts
Composite Control Fundamentals