This macro causes your program to call DebugBreak when the specified interface is queried for.
The interface IID will be constructed by appending x to IID_. For example, if x is IPersistStorage, the IID will be IID_IPersistStorage.
At a Glance
Header file: | Atlcom.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
COM_INTERFACE_ENTRY_BREAK( x )
See Also