InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
MetaDataID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Michael Burbidge
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 __MetaDataID_h__
25 #define __MetaDataID_h__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kMetaDataPrefix RezLong(0x12600)
31 
32 // ----- Plug-in ID -----
33 
34 #define kMetaDataPluginName "MetaData"
35 
36 // ----- Class IDs -----
37 
38 //gap
39 
40 
41 // ----- Interface IDs -----
42 
43 // gap
44 // gap
45 
46 // ----- Implementatin IDs -----
47 
48 // gap
49 // gap
50 
51 // ----- Widget IDs -----
52 
53 // ----- Action IDs -----
54 
55 // ----- Service IDs -----
56 
57 
58 // ErrorID
59 
60 //
61 //Script Element IDs
62 //
63 
64 //Suites
65 
66 //Objects
67 
68 //Events
69 
70 //Properties
71 
72 //Enums
73 
74 
75 //GUIDs
76 // {6CEFF8B2-3BA3-4693-97DF-813F9DDA71CF}
77 #define kLinkMetadata_CLSID { 0x6ceff8b2, 0x3ba3, 0x4693, { 0x97, 0xdf, 0x81, 0x3f, 0x9d, 0xda, 0x71, 0xcf } }
78 // {F50AB9D8-9C61-499e-9EAB-66FA113EF7D4}
79 #define kMetaDataPref_CLSID { 0xf50ab9d8, 0x9c61, 0x499e, { 0x9e, 0xab, 0x66, 0xfa, 0x11, 0x3e, 0xf7, 0xd4 } }
80 // {24E6CA90-7263-48f5-971A-B001202BBECE}
81 #define kMetaDataPacket_CLSID { 0x24e6ca90, 0x7263, 0x48f5, { 0x97, 0x1a, 0xb0, 0x1, 0x20, 0x2b, 0xbe, 0xce } }
82 
83 #endif // __MetaDataID_h__