E42_SetIOMapMode
This function code is used to set the IO image map mode of ioLogik 4200 network adapters.
C/C++
int E42_SetIOMapMode ( int hConnection,
WORD wValue);
Visual Basic
Declare Function E42_SetIOMapMode Lib "MXIO.dll" (ByVal hConnection As Long, ByVal 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. |