Microsoft DirectX 9.0

ITuneRequest::Clone

The Clone method returns a new copy of this tune request.

Syntax

HRESULT Clone(
    ITuneRequest** ppNewTuneRequest
    );

Parameters

ppNewTuneRequest

[out] Address of an ITuneRequest interface pointer that will be set to the new object.

Return Values

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

Remarks

This method performs a "deep copy" of the object; in other words it copies all sub-objects as well, including Components, LanguageComponentType objects, and so on.

See Also