InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
MovieID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: wtislar
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 __MovieID__
25 #define __MovieID__
26 
27 
28 #include "CrossPlatformTypes.h"
29 #include "IDFactory.h"
30 
31 
32 #define kMoviePrefix RezLong( 0x14800 )
33 
34 
35 //----------------------------------------------------------------------------------------
36 //
37 // PluginID
38 //
39 
40 
41 #define kMoviePluginName "Movie"
42 #define kMoviePluginID kMoviePrefix + 1
43 
44 
45 // Anna
46 #define kMovieAnnaRemoveImpls kAnnaInitialMinorFormatNumber
47 
48 
49 // Add one of these for each product version.
50 #define kMovieLastAnnaMinorFormat kMovieAnnaRemoveImpls
51 
52 
53 // Overall
54 #define kMovieLastFormatChg kMovieLastAnnaMinorFormat
55 
56 
57 
58 
59 //----------------------------------------------------------------------------------------
60 //
61 // <Class ID>
62 //
63 
64 // gap
65 // gap
66 // gap
67 // available
68 
69 
70 //----------------------------------------------------------------------------------------
71 //
72 // <Interface ID>
73 //
74 
75 // gap
76 
77 //----------------------------------------------------------------------------------------
78 //
79 // <Implementation ID>
80 //
81 
82 // gap
83 // gap
84 // available
85 // available
86 
87 
88 // Error ID
89 
90 //
91 //Script Element IDs
92 //
93 
94 //Suites
95 
96 //Objects
97 //Events
98 
99 //Properties
100 //gap
101 
102 //Enums
103 #endif // __MovieID__