Microsoft DirectX 9.0

ITuningSpace::Clone

The Clone method creates a new copy of the tuning space.

Syntax

HRESULT Clone(
    ITuningSpace** ppNewTS
    );

Parameters

ppNewTS

[out] Address of a variable that receives a pointer to the ITuningSpace interface of the new tuning space object. The caller must release the 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