InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
charpathid.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: ?
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 __CHARPATHID__
25 #define __CHARPATHID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 //#define kCharPathPrefix_obsolete RezLong(0x40A00)
31 #define kCharPathPrefix RezLong(0x13B00)
32 
33 // <Start IDC>
34 // PluginIDs
35 #define kCharPathPluginName "Create Outlines"
36 
37 
38 //---------------------------------------------------------------
39 // ClassIDs / Boss IDs
40 //---------------------------------------------------------------
41 
42 //gap
43 //gap
44 
45 // <Interface ID>
46 // IIDs
47 
48 //---------------------------------------------------------------
49 // Implementation IDs
50 //---------------------------------------------------------------
51 
52 // <Action ID>
53 
54 // Error Codes
55 // NOTE: The offset is used to find the corresponding error string
56 
57 //
58 //Script Element IDs
59 //
60 
61 //Suites
62 
63 //Objects
64 
65 //Events
66 
67 //Properties
68 
69 //Enums
70 
71 #endif // __CharPathID__