InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
workgroupid.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Jack Kirstein
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 __WORKGROUPID__
25 #define __WORKGROUPID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kVersionCueResourceScheme "adobevc"
31 
32 #define kWorkgroupPrefix RezLong(0x15A00)
33 
34 // <Start IDC>
35 // PluginID
36 #define kWorkgroupPluginName "Workgroup"
37 
38 
39 // <Class ID>
40 //========================================================================================
41 // ----- ClassIDs -----
42 //========================================================================================
43 // Available
44 // Available
45 
46 // <Interface ID>
47 //========================================================================================
48 // ----- Interface IDs -----
49 //========================================================================================
50 // gap
51 
52 
53 // <Implementation ID>
54 //========================================================================================
55 // ----- Implementation IDs -----
56 //========================================================================================
57 // gap
58 // Available
59 // Available
60 // Available
61 // Available
62 // Available
63 
64 // <Service ID>
65 //========================================================================================
66 // ----- Service IDs -----
67 //========================================================================================
68 
69 //========================================================================================
70 // ----- InvalHandler IDs -----
71 //========================================================================================
72 
73 //========================================================================================
74 // ----- ASyncUI IDs -----
75 //========================================================================================
76 //gap
77 
78 // <Error ID>
79 //========================================================================================
80 // ----- ErrorIDs -----
81 //========================================================================================
82 // ARM related errors: upto 0x4F
83 // Gap 0x19-0x4E
84 
85 // Other errors 0x50 - 0xFF
86 
87 // <Script Info ID>
88 //========================================================================================
89 // ----- ScriptInfoIDs -----
90 //========================================================================================
91 
92 // Enums (range 0x01 - 0x32)
93 
94 // Properties (range 0x33 - 0x64)
95 
96 // Events (range 0x65 - 0x8F)
97 #endif