Group: Authentication - Library: winscard
Terminates a connection previously opened between the calling application and a smart card in the target reader.
LONG SCardDisconnect(
__in SCARDHANDLE hCard,
__in DWORD dwDisposition
);
DECLARE LONG SCardDisconnect IN Winscard;
INTEGER hCard,;
LONG dwDisposition
hCard [in] Reference value obtained from a previous call to SCardConnect.
dwDisposition [in] Action to take on the card in the connected reader on close.
Returns SCARD_S_SUCCESS (0) or error code.
See also: SCardConnect, SCardReconnect