Purpose:
The DXMatchesInfoTS class provides the interface for the match information determined by a text query result item.
Methods:
short protocol();
BSTR getObjectType();
BSTR getDocumentName();
setDocumentName(LPCTSTR DocumentName);
long numberOfSections();
Returns the number of document sections contained in the document.
LPDISPATCH getSection(long sectionIndex);
Gets the document section. The sectionIndex value ranges between 1 and the total number of sections. If no document sections are found, this method returns the value NULL. The returned LPDISPATCH pointer contains a DXMatchesDocSectionTS object.
addSection(LPDISPATCH section);
Adds a document section. The input parameter LPDISPATCH pointer contains a DXMatchesDocSectionTS object.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.