E42_ReadSlotAmount

 

This function code is used to read number of expansion slots.

 

C/C++

int E42_ReadSlotAmount( int hConnection,

WORD *wAmount);

 

Visual Basic

Declare Function E42_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.