InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
MediaFilterID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: xdx
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 // Contains IDs used by WaveSound import filter
24 //
25 //========================================================================================
26 
27 #ifndef __MediaFilterID__
28 #define __MediaFilterID__
29 
30 #include "CrossPlatformTypes.h"
31 
32 #define kMediaFilterPrefix RezLong (0x17600)
33 
34 // PluginID
35 #define kMediaFilterPluginName "Media Import Filter"
36 #define kMediaFilterPluginID kMediaFilterPrefix + 1
37 
38 // Anna
39 #define kMediaFilterAnnaRemoveImpls kAnnaInitialMinorFormatNumber
40 
41 // Add one of these for each product version.
42 #define kMediaFilterLastAnnaMinorFormat kMediaFilterAnnaRemoveImpls
43 
44 // Overall
45 #define kMediaFilterLastFormatChg kMediaFilterLastAnnaMinorFormat
46 
47 
48 //----------------------------------------------------------------------------------------
49 //
50 // <Class IDs>
51 
52 //gap
53 //gap
54 //gap
55 //gap
56 //gap
57 
58 //----------------------------------------------------------------------------------------
59 //
60 // <Interface IDs>
61 
62 
63 //----------------------------------------------------------------------------------------
64 //
65 // <Implementation IDs>
66 
67 //gap
68 //gap
69 //gap
70 //gap
71 //gap
72 //gap
73 //gap
74 //gap
75 //gap
76 
77 
78 //----------------------------------------------------------------------------------------
79 //
80 // <Service IDs>
81 //gap
82 
83 //----------------------------------------------------------------------------------------
84 //
85 // <Error IDs> (ErrorCodes)
86 
87 
88 #endif // __MediaFilterID__
89 
90 
91 
92