This macro returns E_NOINTERFACE and terminates COM map processing when the specified interface is queried for. You can use this macro to prevent an interface from being used in a particular case.
At a Glance
Header file: | Atlcom.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
COM_INTERFACE_ENTRY_NOINTERFACE( x )
See Also