|
|
Home | Loader API | Interfaces | File List | Index | |
00001 00011 #ifndef P6SAX2TYPES_H__ 00012 #define P6SAX2TYPES_H__ 1 00013 00014 #include "p6err.h" 00015 00016 namespace P6R { 00017 00018 #ifdef __cplusplus 00019 extern "C" { 00020 #endif 00021 00034 typedef struct 00035 { 00036 const P6CHAR* pStart; 00037 P6UINT32 length; 00038 } P6SAX2STRING; 00039 00040 #ifdef __cplusplus 00041 } 00042 #endif 00043 00044 } // namespace 00045 00046 00047 #endif 00048 00049 00050 00051 00052 00053