InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IRIDXAccess Class Referenceabstract

#include <IRIDX.h>

Inheritance diagram for IRIDXAccess:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IRIDXACCESS }
 

Public Member Functions

virtual IRIDXQueryRIDX ()=0
 
virtual UIDRef GetRIDX ()=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Gets access to the reference index of a document. This is a non-persistent interface on the root object of every database which is reference indexed.

Member Function Documentation

virtual UIDRef IRIDXAccess::GetRIDX ()
pure virtual

Obtains the reference index UIDRef for the database

Returns
The UIDRef of the reference index
virtual IRIDX* IRIDXAccess::QueryRIDX ()
pure virtual

Obtains the reference index for the database

Returns
The reference index boss for the database, AddRef-ed.