ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data
Prototype
ADMXRC2_STATUS ADMXRC2_CloseCard( ADMXRC2_HANDLE Card);
Arguments
Argument | Type | Purpose |
Card | In | Handle to card to be closed |
Return value
Value | Meaning |
ADMXRC2_SUCCESS | The card was successfully closed |
ADMXRC2_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 ADMXRC2_OpenCard.