TC2K_ResetMaxs
This function code is used to reset contiguous TC channel's maximize value.
C/C++
int TC2K_ResetMaxs( int hConnection,
BYTE bytStartChannel,
BYTE bytCount);
Visual Basic
Declare Function TC2K_ResetMaxs Lib "MXIO.dll" (ByVal hConnection As Long, ByVal bytStartChannel As Byte, ByVal bytCount As Byte) As Long
Arguments:
hConnection |
The handle for an I/O device connection. |
bytStartChannel |
Specifies the starting channel. |
bytCount |
The number of channels to be reset. |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |