InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CusDtLnkScriptingDefs.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Adobe Developer Technologies
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 __CusDtLnkScriptingDefs_h__
25 #define __CusDtLnkScriptingDefs_h__
26 
27 // Used guidgen.exe to get these
28 #define kCusDtLnkCustomDataLink_CLSID { 0x9b40e092, 0x2103, 0x4693, { 0xa9, 0x72, 0x3a, 0x60, 0x50, 0xb6, 0x1d, 0xcc } }
29 #define kCusDtLnkCustomDataLinks_CLSID { 0xf912bfe2, 0x130f, 0x49e5, { 0xbf, 0x8b, 0x57, 0x98, 0x58, 0x69, 0x19, 0x4e } }
30 #define kCusDtLnkOption_CLSID { 0x2f52e7f8, 0xbc48, 0x4693, { 0xa2, 0x38, 0x99, 0x41, 0x75, 0x11, 0xf0, 0x4b } }
31 
32 /* ScriptIDs
33 */
34 enum CusDtLnkScriptingDefs
35 {
36  // Suite IDs
37  s_CusDtLnkSuite = 'CDSu', // The custom datalink suite
38  // Class IDs
39  c_CusDtLnkCustomDataLink = 'CDLK', // The custom datalink object
40  c_CusDtLnkCustomDataLinks = 'CDLs', // The custom datalink object collection,
41  p_CusDtLnkLinkInfo = 'CDln', // Custom datalink information
42  p_CurDtLnkUniqueKey = 'CDuk', // Custom datalink unique key
43 
44  c_CusDtLnkOption = 'CDLO', // custom data link option preference object
45  p_CusDtLnkOption = 'PDLO', // custom data link option preference property
46  p_CusDtLnkOptionDatabasePair = 'PODP', //custom data link option database key value pairs
47  p_CusDtLnkOptionAssetPair = 'POAP' // custom data link option asset key value pairs
48 };
49 
50 
51 
52 #endif // __CusDtLnkScriptingDefs_h__
53 
54 // Code generated by DollyXs code generator