InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
HTMLPGTID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Matt Phillips
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 __HTMLPGTID__
25 #define __HTMLPGTID__
26 
27 // ----- Includes -----
28 
29 #include "CrossPlatformTypes.h"
30 #include "IDFactory.h"
31 
32 #define kHTMLPGTPrefix RezLong( 0x22100 )
33 
34 //----------------------------------------------------------------------------------------
35 //
36 // PluginID
37 //
38 
39 #define kHTMLPGTPluginName "HTMLPGT"
40 
41 // <Start IDC>
42 // <Class ID>
43 //----------------------------------------------------------------------------------------
44 //
45 // Boss ids
46 //
47 
48 
49 // <Interface ID>
50 //----------------------------------------------------------------------------------------
51 //
52 // Interface ids
53 //
54 
55 
56 // <Implementation ID>
57 //----------------------------------------------------------------------------------------
58 //
59 // Implementation ids
60 //
61 
62 
63 
64 //----------------------------------------------------------------------------------------
65 // Widget ids
66 //
67 
68 
69 
70 //----------------------------------------------------------------------------------------
71 //
72 // Service IDs
73 
74 
75 
76 // <Error ID>
77 //----------------------------------------------------------------------------------------
78 //
79 // Error Codes
80 
81 
82 //----------------------------------------------------------------------------------------
83 //
84 //Script Element IDs
85 //
86 
87 //GUIDS
88 // {806004AF-8AC3-4ddf-825C-99143B5E67DE}
89 #define kHTMLPGTExportPref_CLSID { 0x806004af, 0x8ac3, 0x4ddf, { 0x82, 0x5c, 0x99, 0x14, 0x3b, 0x5e, 0x67, 0xde } }
90 // {F10255C1-BA33-4794-BEA5-2599703A7DE3}
91 #define kHTMLPageItem_CLSID { 0xf10255c1, 0xba33, 0x4794, { 0xbe, 0xa5, 0x25, 0x99, 0x70, 0x3a, 0x7d, 0xe3} }
92 // {6F8FE2A9-3DC8-4964-B6FC-E9885A33C12E}
93 #define kHTMLPageItems_CLSID { 0x6f8fe2a9, 0x3dc8, 0x4964, { 0xb6, 0xfc, 0xe9, 0x88, 0x5a, 0x33, 0xc1, 0x2e } }
94 
95 #endif // __HTMLPGTID__
96 
97 
98