
Read/Write to smart cards
Hi, I posted this question on microsoft.public.windowscard, but i haven't
got any response yet..., maybe i'll have better luck here.
------
Does anyone have any sample code or a link to a site (other than MSDN) that
shows , how to
write to, and read from smart cards?
I've figured out....
SCardEstablishContext(...);
SCardConnect(...);
//HOW DO I WRITE????
//HOW DO I READ????
SCardDisconnect(...);
SCardReleaseContext(...);
----
The info on MSDN for COM interfaces is also somewhat sketchy..., any help
would be great.
TIA,
Yul