Microsoft DirectX 9.0 |
The MaxMinorChannel property sets or retrieves the highest minor channel number ever provided by this tuning space.
Syntax
objATSCTuningSpace.MaxMinorChannel As Long
Parameters
This property takes no parameters.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Value
This property returns the maximum minor channel as a Long integer.
Remarks
This property is read-write. This property must be set before setting the MinMinorChannel property to avoid the case where the minimum minor channel is greater than the maximum minor channel. Both properties default to -1 (not set).
See Also