SCardDisconnect (winscard)
Last changed: Pieter Philippaerts-213.46.162.168

.
Summary
The SCardDisconnect function terminates a connection previously opened between the calling application and a smart card in the target reader.

C# Signature:

[DllImport("winscard.dll")]
static extern int SCardDisconnect(int hCard, int dwDisposition);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation