00001
00010 #ifndef P6XPATHATOMIZED_H__
00011 #define P6XPATHATOMIZED_H__ 1
00012
00013 namespace P6R {
00014
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018
00034 typedef struct
00035 {
00036 P6R::P6XPATH_TYPE type;
00037 const P6R::P6WCHAR* pString;
00038 P6R::P6UINT32 strLength;
00039 P6R::P6BOOL bResult;
00040 P6R::P6INT32 iResult;
00041 P6R::P6FLOAT fResult;
00042 P6R::p6IXpathTime* ptResult;
00043 P6R::P6INT64 lResult;
00044 } P6XPATH_ATOMIZED;
00045
00046 #ifdef __cplusplus
00047 }
00048 #endif
00049
00050 }
00051
00052
00053 #endif
00054
00055
00056
00057
00058
00059
00060
00061