InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
ISharedContentSuite.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Gaurav Bhargava
6
//
7
// $Author$
8
//
9
// $DateTime$
10
//
11
// $Revision$
12
//
13
// $Change$
14
//
15
// ADOBE CONFIDENTIAL
16
//
17
// Copyright 2010 Adobe Systems Incorporated
18
// All Rights Reserved.
19
//
20
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
21
// with the terms of the Adobe license agreement accompanying it. If you have received
22
// this file from a source other than Adobe, then your use, modification, or
23
// distribution of it requires the prior written permission of Adobe.
24
//
25
//========================================================================================
26
27
#ifndef __ISharedContentSuite__
28
#define __ISharedContentSuite__
29
30
// Interfaces:
31
#include "IPMUnknown.h"
32
33
// Includes:
34
#include "SharedContentID.h"
35
40
class
ISharedContentSuite
:
public
IPMUnknown
41
{
42
43
public
:
44
enum
{ kDefaultIID = IID_ISHAREDCONTENTSUITE };
45
50
virtual
bool16
CanCreateSharedContentLink
()
const
= 0;
51
58
virtual
ErrorCode
CreateSharedContentLink
(
IDataBase
* targetDB = nil, UIFlags uiFlags = kFullUI)
const
= 0;
59
};
60
61
#endif // __ISharedContentSuite__
62
tmpdoxygeninput
ISharedContentSuite.h
Generated on Sat Jul 19 2025 02:54:15 for InDesign SDK by
1.8.3.1