![]() | InDesign SDK 20.5 |
#include <IContentMgrAccess.h>

Public Types | |
| enum | { kDefaultIID = IID_ICONTENTMGRACCESS } |
Public Member Functions | |
| virtual IContentMgr * | QueryContentMgr ()=0 |
| virtual UIDRef | GetContentMgr ()=0 |
| virtual bool16 | Initialize (IDataBase *db)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This interface is used to locate the Content Manager for a particular database.
| pure virtual |
Get document's content manager (by UID)
| pure virtual |
Create and initialize a Content Manager for the specified database
| db | IN The database to initialize |
| pure virtual |
Get document's content manager (by pointer)