ADM-XRC SDK 2.3.0 User Guide (Linux)
© Copyright 2001-2003 Alpha Data
ADMXRC_CloseCard
Prototype
ADMXRC_STATUS ADMXRC_CloseCard( ADMXRC_HANDLE Card);
Arguments
Argument | Type | Purpose |
Card | In | Handle to card to be closed |
Return value
Value | Meaning |
ADMXRC_SUCCESS | The card was successfully closed |
ADMXRC_INVALID_HANDLE | Card is not a valid handle to a card |
Description
This function closes a handle to a card, freeing the card for use by other applications. Card must be a valid handle returned by ADMXRC_OpenCard.