Microsoft DirectX 9.0 |
The put_MinMinorChannel method sets the lowest minor channel number ever allowed for this tuning space.
Syntax
HRESULT put_MinMinorChannel(
long NewMinMinorChannelVal
);
Parameters
NewMinMinorChannelVal
[in] Variable of type long that specifies the lowest minor channel.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
This property must be set after calling put_MaxMinorChannel 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