ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


ADMXRC_VERSION_INFO

Declaration

typedef struct _ADMXRC_VERSION_INFO
{
    UCHAR DriverMinor;
    UCHAR DriverMajor;
    UCHAR APIMinor;
    UCHAR APIMajor;
} ADMXRC_VERSION_INFO;

Description

The ADMXRC_VERSION_INFO structure is returned by ADMXRC_GetVersionInfo and indicates the API library revision level and the driver revision level.

DriverMajor and DriverMinor respectively indicate the ADM-XRC device driver major and minor revision levels.

APIMajor and APIMinor respectively indicate the API library major and minor revision levels. The API library is implemented a set of dynamic-link libraries (DLLs) that are part of the installable driver package.

 


 Top of page