Share via


IESEventService interface (tuner.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Implements an event service that includes methods that raise events derived from the IESEvent interface. Media Transform Devices in a Protected Broadcast Driver Architecture (PBDA) graph can use this interface to send specific types of these events to Media Sink Devices that have registered to receive them. The IESEventService interface is an outgoing connection point interface.

Inheritance

The IESEventService interface inherits from the IUnknown interface. IESEventService also has these types of members:

Methods

The IESEventService interface has these methods.

 
IESEventService::FireESEvent

Raises an event derived from the IESEvent interface.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IESEventService).

Requirements

   
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

IESEvent