IMTSLocator interface (comsvcs.h)

Describes a single event that provides access to the IMtsEvents interface of the event dispatcher for the current process. The events are published to the subscriber using the COM+ Events service, a loosely coupled events system that stores event information from different publishers in an event store in the COM+ catalog.

Inheritance

The IMTSLocator interface inherits from the IDispatch interface. IMTSLocator also has these types of members:

Methods

The IMTSLocator interface has these methods.

 
IMTSLocator::GetEventDispatcher

Retrieves a pointer to the event dispatcher for the current process.

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 comsvcs.h

See also

COM+ Events

COM+ Instrumentation