SCardReleaseContext function winscard

int SCardReleaseContext(
  1. int hContext
)

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.

LONG SCardReleaseContext(
SCARDCONTEXT hContext);

Implementation

int SCardReleaseContext(int hContext) => _SCardReleaseContext(hContext);