ITuningSpace::CreateTuneRequest 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 CreateTuneRequest method creates an empty (uninitialized) tune request.

Syntax

HRESULT CreateTuneRequest(
  [out] ITuneRequest **TuneRequest
);

Parameters

[out] TuneRequest

Address of a variable that receives a pointer to the ITuneRequest interface of the new tune request object. The caller must release the interface.

Return value

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Remarks

You can query the returned ITuneRequest pointer for derived interfaces. For more information, see the reference pages for the individual tuning space objects, which are listed in the topic Tuning Model Objects.

Requirements

Requirement Value
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

ITuningSpace Interface