InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
InCopySharedID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner:
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 __INCOPYSHAREDID__
25 #define __INCOPYSHAREDID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 #include "FormatNumber.h"
30 
31 #define kInCopySharedPrefix RezLong(0xa400) // reserved in AdobePrefix.h
32 
33 // <PlugInID>
34 //---------------------------------------------------------------
35 // PlugInID
36 //---------
37 #define kInCopySharedPlugInName "InCopyShared"
38 
39 // <Class ID>
40 //---------------------------------------------------------------
41 // ClassIDs
42 //---------------------------------------------------------------
43 //gap
44 //gap
45 //gap
46 //gap
47 // gap
48 
49 // PDF review notes
50 /*
51 */
52 
53 // gap
54 // gap 110-111
55 // gap 113
56 
57 
58 // <Interface ID>
59 //---------------------------------------------------------------
60 // IIDs
61 //---------------------------------------------------------------
62 //gap
63 //gap
64 //gap
65 
66 
67 //Note Suite
68 
69 
70 
71 
72 
73 
74 
75 //PDF review notes
76 /*
77 */
78 
79 // <Implementation ID>
80 //---------------------------------------------------------------
81 // ImplementationIDs
82 //---------------------------------------------------------------
83 //gap
84 //gap
85 //gap
86 // gap
87 //gap
88 //gap
89 // gap 112-113
90 // gap 115
91 // gap 120
92 
93 
94 //note suite
95 
96 
97 
98 
99 /* PDF reivew notes
100 */
101 
102 // <other#defines>
103 //---------------------------------------------------------------
104 // other#defines
105 //---------------------------------------------------------------
106 #define kInCopySharedStringsRsrcID 3000
107 #define kInCopySharedErrorStringsRsrcID 4000
108 
109 // <Error ID's>
110 //---------------------------------------------------------------
111 // Error ID's
112 //---------------------------------------------------------------
113 
114 // <Message ID>
115 //---------------------------------------------------------------
116 // MessageIDs
117 //---------------------------------------------------------------
118 
119 
120 //----------------------------------------------------------------------------------------
121 // Service Provider IDs
122 //----------------------------------------------------------------------------------------
123 
124 
125 // <Widget ID>
126 //----------------------------------------------------------------------------------------
127 // Widget identifiers
128 //----------------------------------------------------------------------------------------
129 
131 //Script Element IDs
133 
134 //Types
135 
136 //Suites
137 
138 //Objects
139 
140 //Events
141 
142 //Properties
143 
144 //Enums
145 
146 //TypeDefs
147 
148 enum InCopySharedScriptIDs
149 {
150  t_ICUIColorType = 'ICCT'
151 } ;
152 
153 //GUIDs
154 // {9F322FF0-F874-449e-96C4-6DAA3E28BC76}
155 #define kChange_CLSID { 0x9f322ff0, 0xf874, 0x449e, { 0x96, 0xc4, 0x6d, 0xaa, 0x3e, 0x28, 0xbc, 0x76 } }
156 // {00F63BE3-9801-484b-9A32-173EA0EA56AA}
157 #define kChanges_CLSID { 0xf63be3, 0x9801, 0x484b, { 0x9a, 0x32, 0x17, 0x3e, 0xa0, 0xea, 0x56, 0xaa } }
158 // {8211CF33-6E6F-46f3-9A36-92834C138F2C}
159 #define kInCopyDocUser_CLSID { 0x8211cf33, 0x6e6f, 0x46f3, { 0x9a, 0x36, 0x92, 0x83, 0x4c, 0x13, 0x8f, 0x2c } }
160 // {CF67E40A-0CF5-4e42-95AF-BF1907E3C65B}
161 #define kInCopyDocUsers_CLSID { 0xcf67e40a, 0xcf5, 0x4e42, { 0x95, 0xaf, 0xbf, 0x19, 0x7, 0xe3, 0xc6, 0x5b } }
162 // {831D8700-1452-4bbd-8428-D8EA81029028}
163 #define kICExportPref_CLSID { 0x831d8700, 0x1452, 0x4bbd, { 0x84, 0x28, 0xd8, 0xea, 0x81, 0x2, 0x90, 0x28 } }
164 // {69F6966D-6716-4b06-8C6D-6344B7182886}
165 #define kINCXExportOptions_CLSID { 0x69F6966D, 0x6716, 0x4b06, { 0x8C, 0x6D, 0x63, 0x44, 0xB7, 0x18, 0x28, 0x86 } }
166 
167 #endif // __INCOPYSHAREDID__
168 
169 
170