Microsoft DirectX 8.1 (C++)

ITuningSpaces Interface

The ITuningSpaces interface is implemented on a standard COM collection object and it provides Automation-compatible methods to enumerate through the collection. These methods use VARIANT data types, which can be computationally expensive for applications to interpret. C++ applications should therefore use the get_EnumTuningSpaces method to obtain a more efficient collection of tuning spaces.

Method Description
get__NewEnum Helper method for Visual Basic and scripting applications. Not used in C++.
get_Count Returns the number of tuning spaces in the collection.
get_EnumTuningSpaces Convenience function so C++ applications don't have to unpack a VARIANT data type.
get_Item Returns the specified item in the collection.