Microsoft DirectX 9.0 |
The FindID function retrieves the local unique ID Number of the specified tuning space.
Syntax
objSystemTuningSpaces.FindID(TuningSpace As TuningSpace) As Long
Parameters
TuningSpace
The tuning space object whose ID is to be retrieved.
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 the ID of the specified tuning space object as a Long integer.
See Also