InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
JBXID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Greg St. Pierre
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __JBXID__
25 #define __JBXID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kJBXPrefix RezLong(0x1ec00)
31 
32 #define kJBXPluginName "JBX"
33 
34 // <Start IDC>
35 
36 //_________________________________________________________________________________________
37 // <Class ID>
38 //_________________________________________________________________________________________
39 //gap
40 
41 
42 //_________________________________________________________________________________________
43 // <Interface ID>
44 //_________________________________________________________________________________________
45 
46 //gap
47 //gap
48 
49 
50 //_________________________________________________________________________________________
51 // <Implementation ID>
52 //_________________________________________________________________________________________
53 //gap
54 // Service IDs
55 
56 //_________________________________________________________________________________________
57 // Action
58 //_________________________________________________________________________________________
59 
60 //_________________________________________________________________________________________
61 //Script Element IDs
62 //_________________________________________________________________________________________
63 // Gap
64 //_________________________________________________________________________________________
65 //Suites
66 //_________________________________________________________________________________________
67 
68 //_________________________________________________________________________________________
69 //Objects
70 //_________________________________________________________________________________________
71 
72 //_________________________________________________________________________________________
73 //Events
74 //_________________________________________________________________________________________
75 
76 //_________________________________________________________________________________________
77 //Properties
78 //_________________________________________________________________________________________
79 
80 //_________________________________________________________________________________________
81 //Enums
82 //_________________________________________________________________________________________
83 
84 
85 // Mail errors
86 
87 #define kJBXDocumentResourceFormatName "JBX Document Resource"
88 
89 // {F8A70833-1683-41b3-B523-EB7E5689A914}
90 #define kJobBag_CLSID { 0xf8a70833, 0x1683, 0x41b3, { 0xb5, 0x23, 0xeb, 0x7e, 0x56, 0x89, 0xa9, 0x14 } }
91 // {D1C0C7B8-A459-46b5-B642-01065834B4EA}
92 #define kJobBags_CLSID { 0xd1c0c7b8, 0xa459, 0x46b5, { 0xb6, 0x42, 0x1, 0x6, 0x58, 0x34, 0xb4, 0xea } }
93 
94 // {D2199BBB-4202-4ca2-8A37-1BCD431BA55D}
95 //#define kJobBagAsset_CLSID { 0xd2199bbb, 0x4202, 0x4ca2, { 0x8a, 0x37, 0x1b, 0xcd, 0x43, 0x1b, 0xa5, 0x5d } }
96 // {81CB0B6F-BA12-48b4-A4AE-BC2BCD01974C}
97 //#define kJobBagAssets_CLSID { 0x81cb0b6f, 0xba12, 0x48b4, { 0xa4, 0xae, 0xbc, 0x2b, 0xcd, 0x1, 0x97, 0x4c } }
98 
99 
100 #endif // __JBXID__
101