Microsoft DirectX 9.0

IEnumTuningSpaces::Reset

The Reset method moves the iterator to the beginning of the collection.

Syntax

HRESULT Reset();

Parameters

This method takes no parameters.

Return Values

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

See Also