Microsoft DirectX 9.0

SystemTuningSpaces Object

The SystemTuningSpaces object contains a collection of all tuning spaces currently available on the local system, and provides methods for adding new tuning spaces or removing existing ones.

Method or Property Description
Add Adds a new tuning space to the collection. This tuning space will be persisted unless removed.
Count Number of items in the collection.
FindID Finds Local ID Number of the specified tuning space.
Item Finds the tuning space with the specified index or updates an existing tuning space in the collection.
MaxCount Retrieves the maximum number of items allowed in the collection.
Remove Removes a tuning space from the collection. This tuning space will be deleted from the registry.
TuningSpacesForCLSID Returns a collection of tuning spaces that match the specified CLSID.
TuningSpacesForName Returns a collection of tuning spaces that match the specified name.