Share via


ITuneRequestInfo::GetComponentData 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 GetComponentData method fills in all network-specific component data for the existing Components collection on the specified tune request.

Syntax

HRESULT GetComponentData(
  [in] ITuneRequest *CurrentRequest
);

Parameters

[in] CurrentRequest

Pointer to the ITuneRequest interface on the tune request.

Return value

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

Return code Description
S_OK
The method succeeded and new data was added.
S_FALSE
The method succeeded but no new data was added.

Remarks

The Network Provider calls this method after the tuner has tuned to the specified service.

Requirements

   
Target Platform Windows
Header bdatif.h

See also

Error and Success Codes

ITuneRequestInfo Interface