MXIO_Reset
This function is used to reset the I/O device.
C/C++
int MXIO_Reset( int hConnection);
Visual Basic
Declare Function MXIO_Reset Lib "MXIO.dll" (ByVal hConnection As Long) As Long
Arguments:
hConnection |
I/O Server handle for a connection. |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |