InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SavebackServiceID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner:
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2012 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 
25 #ifndef __SavebackServiceID_h__
26 #define __SavebackServiceID_h__
27 
28 // Plug-in:
29 #define kSavebackServicePluginName "kSavebackService" // Name of this plug-in.
30 #define kSavebackServicePrefix RezLong(0x22C00) // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
31 
32 // PluginID:
33 
34 // ClassIDs:
35 
36 
37 
38 //MessageId share space with class ids. So just keeping them out of range here.
39 
40 
41 
42 // InterfaceIDs:
43 
44 
45 
46 // ImplementationIDs:
47 
48 
49 
50 // ActionIDs:
51 
52 
53 // WidgetIDs:
54 
55 // Initial data format version numbers
56 #define kSavebackServiceFirstMajorFormatNumber RezLong(1)
57 #define kSavebackServiceFirstMinorFormatNumber RezLong(0)
58 
59 // Data format version numbers for the PluginVersion resource
60 #define kSavebackServiceCurrentMajorFormatNumber kSavebackServiceFirstMajorFormatNumber
61 #define kSavebackServiceCurrentMinorFormatNumber kSavebackServiceFirstMinorFormatNumber
62 
63 #define kSavebackServiceStringResourceId 2000
64 
65 #endif // __SavebackServiceID_h__