Microsoft DirectX 8.1 (C++) |
The Remove method permanently removes a tuning space from the system.
Syntax
HRESULT Remove(
VARIANT Index
);
Parameters
Index
[in] Variable of type VARIANT specifying the index number of the tuning space to remove from the system.
Return Values
Returns S_OK if successful. If the specified tuning space was invalid or corrupted in the Registry, this method will delete whatever information is there and return S_FALSE.
See Also