GetInputDeviceChannelType method |
|
Remarks
Tries to obtain the type of a given input channel.
Syntax
[Visual Basic] control.GetInputDeviceChannelType ( nInputDevice as integer, nInputChannel as integer |
[C++] short control.GetInputDeviceChannelType ( short nInputDevice, short nInputChannel ); |
Parameter |
Description |
|
|
nInputDevice |
Number representing the zero-based index of the input device |
nInputChannel |
Number representing the zero-based index of the new default input channel |
Return value
Value |
Meaning |
||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||
Negative value |
An error occurred, check the LastError property value in order to see the error code meaning |
||||||||||||||||||||||||||||||||||||
>= 0 |
Type of channel. Supported values are the following:
|