IEventClass2 interface (eventsys.h)

Used to set and obtain data on event class objects. This interface extends the IEventClass interface.

Inheritance

The IEventClass2 interface inherits from the IEventClass interface.

Methods

The IEventClass2 interface has these methods.

 
IEventClass2::get_AllowInprocActivation

Indicates whether the event class can be activated in-process. (Get)
IEventClass2::get_FireInParallel

Indicates whether events of this class can be fired in parallel. (Get)
IEventClass2::get_MultiInterfacePublisherFilterCLSID

The CLSID of the object implementing IMultiInterfacePublisherFilter. (Get)
IEventClass2::get_PublisherID

The CLSID for the event publisher. (Get)
IEventClass2::put_AllowInprocActivation

Indicates whether the event class can be activated in-process. (Put)
IEventClass2::put_FireInParallel

Indicates whether events of this class can be fired in parallel. (Put)
IEventClass2::put_MultiInterfacePublisherFilterCLSID

The CLSID of the object implementing IMultiInterfacePublisherFilter. (Put)
IEventClass2::put_PublisherID

The CLSID for the event publisher. (Put)

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header eventsys.h

See also

IEventClass