Group: Authentication - Library: winscard
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.
Smart Card Database Query Functions
LONG SCardReleaseContext(
__in SCARDCONTEXT hContext
);
DECLARE LONG SCardReleaseContext IN Winscard;
INTEGER hContext
hContext [in] Handle that identifies the resource manager context.
If the function succeeds, the function returns SCARD_S_SUCCESS (0).
The resource manager context is set by a previous call to SCardEstablishContext.