ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data
Prototype
ADMXRC2_STATUS ADMXRC2_GetCardInfo( ADMXRC2_HANDLE Card, ADMXRC2_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 |
ADMXRC2_SUCCESS | The information was obtained successfully |
ADMXRC2_INVALID_HANDLE | Card is not a valid handle to a card |
Description
The ADMXRC2_GetCardInfo function returns information about a card.
The Info parameter must point to the ADMXRC2_CARD_INFO stucture which is to receive the information.