IGuideDataEvent::ServiceChanged 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 ServiceChanged method is called when a service has been changed.

Syntax

HRESULT ServiceChanged(
  [in] VARIANT varServiceDescriptionID
);

Parameters

[in] varServiceDescriptionID

Specifies the unique identifier of the service that has changed.

Return value

Return S_OK if successful, or an error code.

Requirements

Requirement Value
Target Platform Windows
Header bdatif.h

See also

Error and Success Codes

IGuideDataEvent Interface