24 #ifndef __SCRIPTINFOTYPES_H__ 25 #define __SCRIPTINFOTYPES_H__ 27 #include "AnsiBasedTypes.h" 30 #if !defined(__ODFRC__) 36 const int16 kReadOnly = kFalse ;
37 const int16 kReadWrite = kTrue ;
38 const int16 kReadOnlyButReadWriteForINX = 0x10 ;
41 const int16 kSIBase = 0x0001 ;
42 const int16 kSISuite = kSIBase + 0 ;
43 const int16 kSIObject = kSIBase + 1 ;
44 const int16 kSIMethod = kSIBase + 2 ;
45 const int16 kSIProperty = kSIBase + 3 ;
46 const int16 kSIEnum = kSIBase + 4 ;
47 const int16 kSIParent = kSIBase + 5 ;
48 const int16 kSIProvider = kSIBase + 6 ;
49 const int16 kSIMetadata = kSIBase + 7 ;
50 const int16 kSIEnumerator = kSIBase + 8 ;
51 const int16 kSITranslation = kSIBase + 9 ;
52 const int16 kSITypeDef = kSIBase + 10 ;
53 const int16 kSIEvent = kSIBase + 11 ;
57 const int32 kInitialScriptInfoMajorVersionNumber = 0x0 ;
58 const int32 kInitialScriptInfoMinorVersionNumber = 0x0 ;
60 #if !defined(__ODFRC__) 64 #endif // __SCRIPTINFOTYPES_H__