00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef DOTXSIRW_36_DEFINED
00025 #define DOTXSIRW_36_DEFINED
00026
00027 #include "XSIParser.h"
00028 #include "dotXSIDefines.h"
00029 #include "dotXSINativeTemplateReadWrite3_5.h"
00030
00031
00040 SI_Error dotXSICB_ReadUserData( CXSIParser *i_pParser,
00041 CdotXSITemplate *i_pCurrentTemplate,
00042 CdotXSITemplate *i_pNewTemplate );
00043
00053 SI_Error dotXSICB_WriteUserData( CXSIParser *i_pParser,
00054 CdotXSITemplate *i_pCurrentTemplate,
00055 CdotXSITemplate *i_pNewTemplate,
00056 SI_Int i_nLevel );
00057
00066 SI_Error dotXSICB_ReadImageData( CXSIParser *i_pParser,
00067 CdotXSITemplate *i_pCurrentTemplate,
00068 CdotXSITemplate *i_pNewTemplate );
00069
00079 SI_Error dotXSICB_WriteImageData( CXSIParser *i_pParser,
00080 CdotXSITemplate *i_pCurrentTemplate,
00081 CdotXSITemplate *i_pNewTemplate,
00082 SI_Int i_nLevel );
00083
00084 SI_Error dotXSICB_ReadCustomParamInfo( CXSIParser *i_pParser,
00085 CdotXSITemplate *i_pCurrentTemplate,
00086 CdotXSITemplate *i_pNewTemplate );
00087
00088 SI_Error dotXSICB_WriteCustomParamInfo( CXSIParser *i_pParser,
00089 CdotXSITemplate *i_pCurrentTemplate,
00090 CdotXSITemplate *i_pNewTemplate,
00091 SI_Int i_nLevel );
00092
00093 #endif //DOTXSIRW_36_DEFINED