Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

COM_INTERFACE_ENTRY_FUNC_BLIND

 

Same as COM_INTERFACE_ENTRY_FUNC, except that querying for any IID results in a call to func.


COM_INTERFACE_ENTRY_FUNC_BLIND( 
dw
, 
func
 )

dw

[in] A parameter passed through to the func.

func

[in] The function that gets called when this entry in the COM map is processed.

Any failure will cause processing to continue on the COM map. If the function returns an interface pointer, it should return S_OK.

See COM_INTERFACE_ENTRY Macros for remarks about COM map entries.

Requirements

Header: atlcom.h

Show: