ADM-XRC SDK 2.3.0 User Guide (Linux)
© Copyright 2001-2003 Alpha Data


ADMXRC_GetCardInfo

Prototype

ADMXRC_STATUS
ADMXRC_GetCardInfo(
    ADMXRC_HANDLE     Card,
    ADMXRC_CARD_INFO* Info);

Arguments

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

Return value

Value Meaning
ADMXRC_SUCCESS The information was obtained successfully
ADMXRC_INVALID_HANDLE Card is not a valid handle to a card

Description

The ADMXRC_GetCardInfo function returns information about a card.

The Info parameter must point to the ADMXRC_CARD_INFO stucture which is to receive the information.