SCardReleaseContext (winscard)
Last changed: Pieter Philippaerts-213.46.162.168

.
Summary
The SCardReleaseContext function closes an established resource manager context, freeing any resources allocated under that context, including SCARDHANDLE objects and memory allocated using the SCARD_AUTOALLOCATE length designator.

C# Signature:

[DllImport("winscard.dll")]
static extern int SCardReleaseContext(int hContext);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation