InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GalleyPrefID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Kevin Van Wiel
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 __GalleyPrefID__
25 #define __GalleyPrefID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 // TODO: ask Robin to allocate a new prefix number this is Keystone BusinessUI prefix
31 #define kGalleyPrefPrefix RezLong(0xf400) // reserved in AdobePrefix.h
32 
33 //PlugInID
34 #define kGalleyPrefPlugInName "GalleyPreferences"
35 
36 // ClassIDs
37 //gap
38 //gap
39 
40 // Interface IDs
41 
42 // WidgetIDs (ClassIDs)
43 
44 // Implementation IIDs
45 //gap
46 //gap
47 
48 // Action ids
49 
50 // Scripting ids
51 
52 
53 
54 
55 
56 
57 //GUIDS
58 // {595F5387-2EAB-4c10-B66A-71A1908B49CE}
59 #define kGalleyPrefs_CLSID { 0x595f5387, 0x2eab, 0x4c10, { 0xb6, 0x6a, 0x71, 0xa1, 0x90, 0x8b, 0x49, 0xce } }
60 
61 #endif // __GalleyPrefID__
62 
63 
64