NAME
SpringCard Calypso API :: Context creation and destroy
COPYRIGHT
(c) 2008 PRO ACTIVE SAS - See LICENCE.txt for licence information
AUTHOR
Johann Dantant / PRO ACTIVE
HISTORY
JDA 21/10/2008 : first public release
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
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
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
NAME
CalypsoDestroyContext
DESCRIPTION
Destroy a context allocated by CalypsoCreateContext
INPUTS
P_CSB6_CALYPSO_CTX p_ctx : the context
RETURNS
none
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