InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IDApisID.h
1 /*************************************************************************
2  * ADOBE CONFIDENTIAL
3  * ___________________
4  *
5  * Copyright 2025 Adobe
6  * All Rights Reserved.
7  *
8  * NOTICE: All information contained herein is, and remains
9  * the property of Adobe and its suppliers, if any. The intellectual
10  * and technical concepts contained herein are proprietary to Adobe
11  * and its suppliers and are protected by all applicable intellectual
12  * property laws, including trade secret and copyright laws.
13  * Dissemination of this information or reproduction of this material
14  * is strictly forbidden unless prior written permission is obtained
15  * from Adobe.
16  **************************************************************************/
17 
18 #ifndef __IDAPISID__
19 #define __IDAPISID__
20 
21 #include "CrossPlatformTypes.h"
22 #include "IDFactory.h"
23 
24 // TODO
25 // {D4E1F8A7-3C9B-4F8A-9D3B-1A2B3C4D5E6F}
26 #define kIDApisData_CLSID { 0xd4e1f8a7, 0x3c9b, 0x4f8a, { 0x9d, 0x3b, 0x1a, 0x2b, 0x3c, 0x4d, 0x5e, 0x6f } }
27 
28 #define kIDApisPluginPrefix RezLong(0x25100)
29 
30 // PluginID
31 #define kIDApisPluginName "IDApis"
32 
33 // <Start IDC>
34 // <Class ID>
35 
36 
37 // <Interface ID>
38 
39 
40 // <Implementation ID>
41 
42 
43 //error code
44 
45 
46 //ScriptInfoIDs:
47 //objects
48 
49 #endif //__IDAPISID__