Share via


ITuningSpace::CreateTuneRequest Method

The CreateTuneRequest method creates an empty (uninitialized) tune request.

Syntax

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

Parameters

  • ppTuneRequest [out]
    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

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

ITuningSpace Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008