Microsoft DirectX 9.0

IMPEG2TuneRequestFactory::CreateTuneRequest

This topic applies to Windows XP Service Pack 1 only.

The CreateTuneRequest method creates the minimal MPEG-2 tune request for a specified tuning space.

Syntax

HRESULT CreateTuneRequest(
    ITuningSpace *TuningSpace,
    IMPEG2TuneRequest **TuneRequest
);

Parameters

TuningSpace

[in] Pointer to the ITuningSpace interface of the tuning space.

TSID

[in] Address of a variable that receives a pointer to the IMPEG2TuneRequest interface.

Return Values

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

See Also