This method returns to a client an XML document entity which contains information about the Content Provider.
The Content Provider returns to the client a pointer to an ICISContentIndexer interface. As this is COM, the interface pointer must have been AddRef()ed before being given out; it is the client’s responsibility to Release() it.
There is no restriction on the COM identity of the implementation behind the ICISContentIndexer interface, but the Content Provider must maintain logical separation of each “instance” thus returned, from other indexer instances, but also from query instances, and from other sessions.
The Content Provider returns to the client a pointer to an ICISContentQuery interface.
There is no restriction on the COM identity of the implementation behind the ICISContentQuery interface, but the Content Provider must maintain logical separation of each “instance” thus returned from other query instances, but also from indexer instances, and from other sessions.
Copyright © 2014 CA.
All rights reserved.
|
|