AtlInternalQueryInterface

This global function retrieves a pointer to the requested interface. AtlInternalQueryInterface only handles interfaces in the COM map table.

At a Glance

Header file: Atlbase.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

HRESULT AtlInternalQueryInterface( void* pThis,
const
_ATL_INTMAP_ENTRY* pEntries, REFIID iid, void** ppvObject );

See Also

ATL Macros and Global Functions, CComObjectRootEx::InternalAddRef, CComObjectRootEx::InternalRelease