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