Microsoft DirectX 9.0 |
The MinMinorChannel property sets or retrieves the lowest minor channel number ever provided by this tuning space.
Syntax
objATSCTuningSpace.MinMinorChannel 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.
Return Value
This property returns the maximum minor channel as a Long integer.
Remarks
This property is read-write. This property must be set after setting the MaxMinorChannel 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