Microsoft DirectX 9.0 |
The TuningSpacesForName function returns the collection of tuning space objects where each tuning space object contains the specified string in the FriendlyName.
Syntax
objSystemTuningSpaces.TuningSpacesForName(Name As String) As ITuningSpaces
Parameters
strName
Specifies the search string as a String.
Error Codes
If the method fails, an error is raised and Err.Number is set to a value other than zero.
Return Value
This method returns an ITuningSpaces collection as an Object.
Remarks
The FriendlyName of each of the tuning space objects contains strName.
See Also