E1K_TC_ResetMaxs

 

This function code is used to reset contiguous TC channel's maximize value.

 

C/C++

int E1K_TC_ResetMaxs( int hConnection,

BYTE bytStartChannel,

BYTE bytCount);

 

Visual Basic

Declare Function E1K_TC_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.