Share via


IGuideDataEvent::ServiceDeleted

 
Microsoft DirectShow 9.0

IGuideDataEvent::ServiceDeleted

The ServiceDeleted method is called when a service has been deleted.

Currently the BDA MPEG-2 Transport Information Filter (TIF) does not support this event, so this method is not called.

Syntax

  HRESULT ServiceDeleted(
  VARIANT  varServiceDescriptionID
);

Parameters

varServiceDescriptionID

[in]  Specifies the unique identifier of the service that was deleted.

Return Values

Return S_OK if successful, or an error code.

Remarks

The event sink is not required to support this event; it may return E_NOTIMPL.

Requirements

  Header: Include bdatif.h.

See Also