InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
LibraryProviderID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Hardeep
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 __LibraryProviderID__
25 #define __LibraryProviderID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kLibraryProviderPrefix RezLong(0x9800)
31 
32 // Plugin ID
33 #define kLibraryProviderPluginName "Asset PubLibrary"
34 
35 // Conversion
36 // For pub conversion constants see LibraryProviderConversionID.h
37 
38 
39 // <Class ID>
40 
41 //gap
42 //gap
43 //gap
44 //gap
45 
46 
47 
48 
49 // <Service ID>
50 
51 
52 // <Interface ID>
53 
54 
55 // Pub Library Additions
56 
57 // <Implementation ID>
58 
59 
60 
61 
62 //gap
63 //gap
64 //gap
65 
66 // Scripting
67 //gap
68 //gap
69 //gap
70 
71 //Style sets
72 
73 // <Error ID>
74 // NOTE: The offset is used to find the corresponding error string
75 // GAP
76 
77 // Messages
78 
79 //
80 //Script Element IDs
81 //
82 
83 //Suites
84 
85 //Objects
86 
87 //Events
88 //gap
89 
90 //Properties
91 
92 //Enums
93 
94 #endif // __LibraryID__