COM_INTERFACE_ENTRY_FUNC_BLIND

This macro is the same as COM_INTERFACE_ENTRY_FUNC, except that querying for any IID results in a call to func. Any failure will cause processing to continue on the COM map. If the function returns an interface pointer, it should return S_OK.

At a Glance

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

Syntax

COM_INTERFACE_ENTRY_FUNC_BLIND( dw, func )

See Also

ATL Macros and Global Functions, COM_INTERFACE_ENTRY Macros