InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CloudDocsID.h
1 /************************************************************************
2  Copyright 2022 Adobe
3  All Rights Reserved.
4  NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms of the Adobe license agreement accompanying it.
5 *************************************************************************
6 */
7 
8 #ifndef __CLOUDDOCSID__
9 #define __CLOUDDOCSID__
10 
11 #include "CrossPlatformTypes.h"
12 #include "IDFactory.h"
13 
14 #define kCloudDocsPrefix RezLong(0x24100) // see AdobePrefix.h
15 
16 #define kCloudDocsPluginName "Cloud Docs"
17 
18 //Plugin
19 
20 // Class ID
21 
22 
23 
24 
25 
26 // Interfaces
27 
28 
29 // Implementation
30 
31 
32 // Conversion Service.
33 
34 
35 #endif