TABLE OF CONTENTS

 

[Modules] Calypso_PC_Entries.c

NAME

   SpringCard Calypso API :: Context creation and destroy

COPYRIGHT

AUTHOR

   Johann Dantant / PRO ACTIVE

HISTORY

   JDA 21/10/2008 : first public release

[Functions] CalypsoCardDispose

NAME

   CalypsoCardDispose

DESCRIPTION

   Terminate all pending actions on a Calypso card correctly ;
   this must be the last function called before shutting down the card
   (the caller must still call SCardDisconnect)

INPUTS

   P_CSB6_CALYPSO_CTX  p_ctx          : library context

RETURNS

   DWORD                             : S_SUCCESS or an error code

[Functions] CalypsoCleanupContext

NAME

   CalypsoCleanupContext

DESCRIPTION

   Cleanup a context allocated by CalypsoCreateContext

INPUTS

   P_CSB6_CALYPSO_CTX  p_ctx          : the context

RETURNS

   DWORD                             : S_SUCCESS or an error code

[Functions] CalypsoCreateContext

NAME

   CalypsoCreateContext

DESCRIPTION

   Instanciate a new context for the library

INPUTS

   none

RETURNS

   a pointer on the allocated context, NULL upon error

SEE ALSO

   CalypsoDestroyContext

[Functions] CalypsoDestroyContext

NAME

   CalypsoDestroyContext

DESCRIPTION

   Destroy a context allocated by CalypsoCreateContext

INPUTS

   P_CSB6_CALYPSO_CTX  p_ctx          : the context

RETURNS

   none

[Functions] CalypsoSamDispose

NAME

   CalypsoSamDispose

DESCRIPTION

   Terminate all pending actions on a Calypso card correctly ;
   this must be the last function called before shutting down the card
   (the caller must still call SCardDisconnect)

INPUTS

   P_CSB6_CALYPSO_CTX  p_ctx          : library context

RETURNS

   DWORD                             : S_SUCCESS or an error code

Generated from calypso_entries_pc.c on Mon Aug 18 16:38:26 2014