InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PrStID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Matt Phillips
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 __PrStID__
25 #define __PrStID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kPrStPrefix RezLong(0xbd00) //Refer also to AdobePrefix.h
31 
32 // <Start IDC>
33 // PluginID
34 #define kPrStPluginName "Printer Styles"
35 
36 // Conversion
37 // For pub conversion constants see PrStConversionID.h
38 
39 // <Class ID>
40 // ClassIDs (i.e. bosses)
41 // gap
42 // gap
43 //gap
44 //gap
45 //gap
46 
47 
48 // <Interface ID>
49 // IIDs
50 
51 // <Implementation ID>
52 // Implementation IIDs (i.e. C++ classes)
53 //gap
54 //gap
55 //gap
56 //gap
57 
58 // <Widget ID>
59 // Widget IDs
60 
61 // <Service ID>
62 // Service IDs
63 
64 // <Error ID>
65 // Error IDs
66 
67 // <Action ID>
68 //gap
69 
70 // Schemas
71 
72 #define kPrStV1DirectiveRsrcID 2000
73 
74 //
75 //Script Element IDs
76 //
77 
78 //Suites
79 
80 //Objects
81 
82 //Events
83 
84 //Properties
85 
86 //Enums
87 
88 //GUIDS
89 // {6C10ABB1-06A5-4546-BB13-488B4075F637}
90 #define kPrintStyle_CLSID { 0x6c10abb1, 0x6a5, 0x4546, { 0xbb, 0x13, 0x48, 0x8b, 0x40, 0x75, 0xf6, 0x37 } }
91 // {6F0CB944-3A1D-4010-BE3A-CCDFF77728AB}
92 #define kPrintStyles_CLSID { 0x6f0cb944, 0x3a1d, 0x4010, { 0xbe, 0x3a, 0xcc, 0xdf, 0xf7, 0x77, 0x28, 0xab } }
93 
94 #endif // __PrinterStylesID__
95 
96