NAME
MifUlCAPI :: PC/SC functions
COPYRIGHT
(c) 2009 SpringCard - www.springcard.com
DESCRIPTION
MIFULC communication over PC/SC API.
NAME
[PCSC]AttachLibrary
DESCRIPTION
Associates the Desfire DLL with a smartcard connected in PC/SC. Call this function immediately after SCardConnect to be able to use pcsc_mifulc.dll functions.
SYNOPSIS
[[sprox_mifulc.dll]] Not applicable. [[sprox_mifulc_ex.dll]] Not applicable. See [Legacy]AttachLibrary [[pcsc_mifulc.dll]] LONG SCardMifUlC_AttachLibrary (SCARDHANDLE hCard);
INPUTS
SCARDHANDLE hCard : handle of the card
RETURNS
SCARD_S_SUCCESS : library attached Other code if internal or communication error has occured.
SEE ALSO
[PCSC]DetachLibrary
NAME
[PCSC]DetachLibrary
DESCRIPTION
Remove the attachement between the Desfire DLL and a PC/SC smartcard. Call this function immediately before SCardDisconnect.
SYNOPSIS
[[sprox_mifulc.dll]] Not applicable. [[sprox_mifulc_ex.dll]] Not applicable. See [Legacy]DetachLibrary. [[pcsc_mifulc.dll]] LONG SCardMifUlC_DetachLibrary (SCARDHANDLE hCard);
INPUTS
SCARDHANDLE hCard : handle of the card
RETURNS
SCARD_S_SUCCESS : library detached SCARD_E_INVALID_HANDLE : invalid handle
SEE ALSO
[PCSC]AttachLibrary