TABLE OF CONTENTS

 

[Modules] PCSC

NAME

   MifUlCAPI :: PC/SC functions

COPYRIGHT

DESCRIPTION

   MIFULC communication over PC/SC API.

[Functions] [PCSC]AttachLibrary

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

[Functions] [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

Generated from sprox_mifulc_pcsc.c on Mon Aug 18 16:38:19 2014