TABLE OF CONTENTS

 

[Modules] calypso_intercode_to_xml_ins.c

NAME

   calypso_intercode_to_xml_ins.c

DESCRIPTION

   Translation of INTERCODE types to XML, large footprint implementation for PC

COPYRIGHT

AUTHOR

   Johann Dantant / PRO ACTIVE

HISTORY

   JDA 21/10/2008 : first public release

[Functions] CalypsoClearOutput

NAME

   CalypsoClearOutput

DESCRIPTION

   Terminate the parser created by either CalypsoSetXmlOutput or CalypsoSetIniOutput

INPUTS

   CALYPSO_CTX_ST *ctx      : library context

RETURNS

   DWORD                             : S_SUCCESS or an error code

[Functions] CalypsoSetIniOutput

NAME

   CalypsoSetIniOutput

DESCRIPTION

   Instanciate a parser object with INI output

INPUTS

   CALYPSO_CTX_ST *ctx      : library context
   const char     *filename : target INI file

RETURNS

   DWORD                             : S_SUCCESS or an error code

SEE ALSO

   CalypsoClearOutput
   CalypsoSetIniOutputStr

[Functions] CalypsoSetIniOutputStr

NAME

   CalypsoSetIniOutputStr

DESCRIPTION

   Same as CalypsoSetIniOutput, but the INI output is constructed in memory instead of
   being written in a file

INPUTS

   CALYPSO_CTX_ST *ctx      : library context
   char           *target   : buffer to receive the INI text
   DWORD          length    : size of target buffer

RETURNS

   DWORD                             : S_SUCCESS or an error code

SEE ALSO

   CalypsoClearOutput

[Functions] CalypsoSetXmlOutput

NAME

   CalypsoSetXmlOutput

DESCRIPTION

   Instanciate a parser object with XML output

INPUTS

   CALYPSO_CTX_ST *ctx      : library context
   const char     *filename : target XML file

RETURNS

   DWORD                             : S_SUCCESS or an error code

SEE ALSO

   CalypsoClearOutput
   CalypsoSetXmlOutputStr

[Functions] CalypsoSetXmlOutputStr

NAME

   CalypsoSetXmlOutputStr

DESCRIPTION

   Same as CalypsoSetXmlOutput, but the XML output is constructed in memory instead of
   being written in a file

INPUTS

   CALYPSO_CTX_ST *ctx      : library context
   char           *target   : buffer to receive the XML text
   DWORD          length    : size of target buffer

RETURNS

   DWORD                             : S_SUCCESS or an error code

SEE ALSO

   CalypsoClearOutput

Generated from calypso_intercode_to_xml_pc.c on Mon Jan 30 14:25:34 2012