ITuner::put_TuneRequest method (tuner.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 put_TuneRequest method sets the tune request currently in effect for the Network Provider.

Syntax

HRESULT put_TuneRequest(
  [in] ITuneRequest *TuneRequest
);

Parameters

[in] TuneRequest

Pointer to an ITuneRequest object that will be used to set the Network Provider.

Return value

When the method is successful, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Calling this method initiates a tuning operation based on the properties of the tune request. The tuning operation may be asynchronously attempted.

Requirements

   
Target Platform Windows
Header tuner.h

See also

Error and Success Codes

ITuner Interface