InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SCScriptingDefs.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Timothy Brand-Spencer
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2012 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 
25 #ifndef __SCScriptingDefs_h__
26 #define __SCScriptingDefs_h__
27 
28 #define kCPrefs_CLSID { 0x8d448fe0, 0x8194, 0x11d3, { 0xa6, 0x53, 0x0, 0xe0, 0x98, 0x71, 0xa, 0x6f } }
29 DECLARE_GUID(CPrefs_CLSID, kCPrefs_CLSID);
30 
31 // Note: 4-char IDs below must be unique.
32 // See ScriptingDefs.h for further information.
33 
34 // Method IDs
35 enum SCScriptEvents
36 {
37  e_Speak = 'eSpk'
38 };
39 
40 // Property IDs
41 enum SCScriptProperties
42 {
43  p_Said = 'pSed',
44  p_Response = 'pRsp'
45 };
46 
47 
48 #endif // __SCScriptingDefs_h__