SCardEndTransaction (Windows CE 5.0)

Send Feedback

This function completes a previously declared transaction, enabling other applications to resume interactions with the card.

LONG SCardEndTransaction(SCARDHANDLEhCard, DWORDdwDisposition);

Parameters

  • hCard
    [in] Handle to the reference value obtained from a previous call to SCardConnect.
  • dwDisposition
    [in] Specifies what to do with the card in the connected reader on close. The following table shows the possible values for dwDisposition.
    Value Description
    SCARD_LEAVE_CARD Do not do anything special.
    SCARD_RESET_CARD Reset the card.
    SCARD_UNPOWER_CARD Power down the card.
    SCARD_EJECT_CARD Eject the card.

Return Values

The following table shows the possible return values.

Value Description
SCARD_S_SUCCESS Succeeds
An error value (see Smart Card Error Values for a list of all error values). Fails

Remarks

SCardEndTransaction is a smart card and reader access function.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Winscard.h.
Link Library: Winscard.lib.

See Also

SCardConnect | SCardBeginTransaction

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.