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


ADMXRC2_GetVersionInfo

Prototype

ADMXRC2_STATUS
ADMXRC2_GetVersionInfo(
    ADMXRC2_HANDLE        Card,
    ADMXRC2_VERSION_INFO* Info);

Arguments

Argument Type Purpose
Card In Handle of card about which to return information
Info Out Structure to be filled in with version information

Return value

Value Meaning
ADMXRC2_SUCCESS The information was obtained successfully
ADMXRC2_INVALID_HANDLE Card is not a valid handle to a card

Description

This function returns version information about the API library and driver. A pointer to an ADMXRC2_VERSION_INFO structure should be passed in the Info parameter.

 


 Top of page