27 #ifndef __VisualBasicID__ 28 #define __VisualBasicID__ 30 #include "CrossPlatformTypes.h" 31 #include "IDFactory.h" 32 #include "FormatNumber.h" 35 #define kVisualBasicPrefix RezLong(0x19900) 38 #define kVisualBasicStringsRsrcID 7000 39 #define kVisualBasicStringsNoTransRsrcID 7100 40 #define kVisualBasicErrorStringTableRsrcID 7002 41 #define kVisualBasicScriptStringsRsrcID 7200 //Strings associated with descriptions in script element resources 44 #define kVisualBasicPluginName "Support for Visual Basic" 76 enum VisualBasicScriptIDs
79 e_CreateCollection =
'NewC' 85 #define kIID_ICOMObject { 0x7ace5cc7, 0x834e, 0x4536, { 0xbc, 0xdc, 0x4, 0x44, 0x5c, 0xd1, 0x74, 0xd8 } } 86 DECLARE_GUID( IID_ICOMObject, kIID_ICOMObject ) ;
88 #define kFolder_CLSID { 0xC7C3F5A2, 0x88A3, 0x11D0, { 0xAB, 0xCB, 0x00, 0xA0, 0xC9, 0x0F, 0xFF, 0xC0 } } 89 DECLARE_GUID( Folder_CLSID, kFolder_CLSID ) ;
91 #define kFile_CLSID { 0xC7C3F5A4, 0x88A3, 0x11D0, { 0xAB, 0xCB, 0x00, 0xA0, 0xC9, 0x0F, 0xFF, 0xC0 } } 92 DECLARE_GUID( File_CLSID, kFile_CLSID ) ;