InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
LayerID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Robin_Briggs
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 // Contains IDs used by the layers plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __LayerID__
28 #define __LayerID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 #include "FormatNumber.h"
33 
34 
35 #define kLayerPrefix RezLong(0x0300)
36 
37 
38 // PluginID
39 #define kLayerPluginName "Layer"
40 
41 // ClassIDs
42 
43 // IIDs
44 // Custom message
45 // normal interfaces
46 
47 // Implementation IIDs
48 //gap
49 
50 
51 // Error Codes
52 
53 //
54 //Script Element IDs
55 //
56 
57 //Suites
58 
59 //Objects
60 
61 //Events
62 
63 //Properties
64 
65 //Enums
66 
67 
68 //GUIDS
69 // {1A5E8DB8-3443-11d1-803C-0060B03C02E4}
70 #define kLayer_CLSID { 0x1a5e8db8, 0x3443, 0x11d1, { 0x80, 0x3c, 0x0, 0x60, 0xb0, 0x3c, 0x2, 0xe4 } }
71 // {1A5E8DB9-3443-11d1-803C-0060B03C02E4}
72 #define kLayers_CLSID { 0x1a5e8db9, 0x3443, 0x11d1, { 0x80, 0x3c, 0x0, 0x60, 0xb0, 0x3c, 0x2, 0xe4 } }
73 
74 #endif // __LayerID__