Microsoft DirectX 9.0

ITuningSpaceContainer::Remove

The Remove method permanently removes a tuning space from the system.

Syntax

HRESULT Remove(
    VARIANT Index
);

Parameters

Index

[in]  Variable of type VARIANT that specifies the ID of the tuning space to remove.

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