CComControl::ControlQueryInterface

This method retrieves a pointer to the requested interface, and only handles interfaces in the COM map table.

Syntax

virtual HRESULT ControlQueryInterface( const IID& iid, void** ppv );

At a Glance

Header file: Atlctl.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComControl Overview, CComControl Methods, CComObjectRootEx::InternalQueryInterface