Share via


ITuner::Validate 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 Validate method returns a value indicating that the tune request can be carried out.

Syntax

HRESULT Validate(
  [in] ITuneRequest *TuneRequest
);

Parameters

[in] TuneRequest

Pointer to the tune request object.

Return value

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

Remarks

The Network Provider will first query for its preferred tune request interface(s). If any are found, the Network Provider will validate that the tune request could be carried out. If none are available, it will then query for its preferred tuning space interface(s). If any are found, the Network Provider will validate that it could configure itself for the given tuning space.

Requirements

   
Target Platform Windows
Header tuner.h

See also

Error and Success Codes

ITuner Interface