.
.
.
The SCardEndTransaction function completes a previously declared transaction, allowing other applications to resume interactions with the card.
3/16/2007 8:35:46 AM - Pieter Philippaerts-213.46.162.168
.
static extern int SCardEndTransaction(int hCard, int dwDisposition);
.