W5K_ReadLastSlotIndex
This function code is used to read last slot number of expansion slots.
C/C++
int W5K_ReadLastSlotIndex( int hConnection,
WORD *wLastSlotIndex);
Visual Basic
Declare Function W5K_ReadLastSlotIndex Lib "MXIO.dll" (ByVal hConnection As Long, iLastSlotIndex As Integer) As Long
Arguments:
hConnection |
The handle for a connection. |
wLastSlotIndex |
A pointer that stores the last slot number of expansion slots |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |