NAME
calypso_intercode_to_struct.c
DESCRIPTION
Translation of INTERCODE records to C structures
COPYRIGHT
(c) 2009 PRO ACTIVE SAS - See LICENCE.txt for licence information
AUTHOR
Johann Dantant / PRO ACTIVE
HISTORY
JDA 25/03/2009 : first public release JDA 16/12/2009 : major rework, separated pure parser from XML stuff
NAME
CalypsoDecodeContractRecord
DESCRIPTION
Parse a record from the Contracts file
INPUTS
P_CALYPSO_CTX ctx : library context const BYTE data[] : the record DWORD size : size of the record CALYPSO_CONTRACT_ST *target : destination structure
RETURNS
CALYPSO_RC
NAME
CalypsoDecodeEnvAndHolderRecord
DESCRIPTION
Parse the ENV
INPUTS
P_CALYPSO_CTX ctx : library context const BYTE data[] : the record DWORD size : size of the record CALYPSO_ENVANDHOLDER_ST *target : destination structure
RETURNS
CALYPSO_RC