次の方法で共有


IGuideDataEvent::ServiceDeleted method (bdatif.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.]

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(
  [in] VARIANT varServiceDescriptionID
);

Parameters

[in] varServiceDescriptionID

Specifies the unique identifier of the service that was deleted.

Return value

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

Requirement Value
Target Platform Windows
Header bdatif.h

See also

Error and Success Codes

IGuideDataEvent Interface