IAxWinHostWindow::QueryControl

STDMETHOD( QueryControl )( REFIID riid, void** ppvObject );

Return Value

A standard HRESULT value.

Parameters

riid

[in] The ID of an interface on the control being requested.

ppvObject

[out] The address of a pointer that will receive the specified interface of the created control.

Remarks

Returns the specified interface pointer provided by the hosted control.

IAxWinHostWindow OverviewClass Members

See Also

CAxWindow::QueryControl, AtlAxGetControl