Поделиться через


COM_INTERFACE_ENTRY_BREAK

Causes your program to call DebugBreak when the specified interface is queried for.

COM_INTERFACE_ENTRY_BREAK( x )

Параметры

  • x
    [in] Text used to construct the interface identifier.

Заметки

The interface IID will be constructed by appending x to IID_. For example, if x is IPersistStorage, the IID will be IID_IPersistStorage.

See COM_INTERFACE_ENTRY Macros for remarks about COM map entries.

Требования

Header: atlcom.h

См. также

Основные понятия

COM Map Macros

ATL Macros