.
.
.
The SCardBeginTransaction function starts a transaction, waiting for the completion of all other transactions before it begins.
11/8/2011 2:42:34 AM - Pieter Philippaerts-213.46.162.168
.
static extern int SCardBeginTransaction(IntPtr hCard);
.