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


ADMXRC_GetVersionInfo

Prototype

ADMXRC_STATUS
ADMXRC_GetVersionInfo(
    ADMXRC_HANDLE        Card,
    ADMXRC_VERSION_INFO* Info);

Arguments

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

Return value

Value Meaning
ADMXRC_SUCCESS The information was obtained successfully
ADMXRC_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 ADMXRC_VERSION_INFO structure should be passed in the Info parameter.

 


 Top of page