IEventSystem::get_EventObjectChangeEventClassID method (eventsys.h)
Retrieves the CLSID of an event class object that notifies the caller of changes to the event store.
This property is read-only.
Syntax
HRESULT get_EventObjectChangeEventClassID(
BSTR *pbstrEventClassID
);
Parameters
pbstrEventClassID
Return value
None
Remarks
Subscriptions can use the EventObjectChangeEventClassID property to obtain a pointer to an event class object that notifies them when subscribers or events are modified or when they are added to or deleted from the event store. Subscribers to these events must implement the IEventObjectChange interface.
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 |