Adp4K_ReadFirmwareDate

 

This function code is used to read the firmware release date.

 

C/C++

int Adp4K_ReadFirmwareDate(int hConnection,

WORD wDate[ ]);

 

Visual Basic

Declare Function Adp4K_ReadFirmwareDate Lib "MXIO.dll" (ByVal hConnection As Long, iDate As Integer) As Long

 

Arguments:

hConnection

The handle for a connection.

WDate

An array that stores the firmware release date. If wDate[0] is 0X0705 and wDate[1] is 0X2005 then firmware release date is July 5, 2005

 

Return Value:

Succeed

MXIO_OK

Fail

Refer to Return Codes.