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


ADMXRC2_GetBankInfo

Prototype

ADMXRC2_STATUS
ADMXRC2_GetBankInfo(
    ADMXRC2_HANDLE     Card,
    unsigned int       Index,
    ADMXRC2_BANK_INFO* Info);

Arguments

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

Return value

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

Description

This function returns information about a bank of memory in an ADMXRC2_BANK_INFO stucture.

The Index parameter specifies the bank about which to return information, and the Info parameter must point to the ADMXRC2_BANK_INFO stucture which is to receive the information.

 


 Top of page