Share via


IXDSToRat::Init method (tvratings.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 Init method sets the XDSToRat object to its initial state.

Syntax

HRESULT Init();

Return value

The method returns an HRESULT. Possible values include those in the following table.

Return code Description
S_OK
The method succeeded.

Remarks

The XDS Codec filter calls this method on startup or after a discontinuity, such as a channel change. The XDSToRat object should clear any internal buffers and reset its parsing state. This method prevents decoding errors caused by channel changes or other interruptions.

Requirements

   
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tvratings.h

See also

IXDSToRat Interface