E42_GetIOMapMode
This function code is used to get the IO image map mode of ioLogik 4200 network adapters.
C/C++
int E42_GetIOMapMode ( int hConnection,
WORD * wValue);
Visual Basic
Declare Function E42_GetIOMapMode Lib "MXIO.dll" (ByVal hConnection As Long, iValue As Integer) As Long
Arguments:
hConnection |
The handle for a connection. |
wValue |
Stores the specific module's IO image map status. The values are: 0: fix mode 1: dynamic mode |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |