You are here: C++ API > Classes > dtsViewerInfo Structure > dtsViewerInfo::getFileInfo Data Member
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsViewerInfo::getFileInfo Data Member
Syntax
C++
void (* getFileInfo)(dtsViewerHandle handle, dtsFileInfo& info);
Parameters
Description
handle
Handle identifying the file parser
info
Struct to receive the information

Get basic information about the document associated with handle. All of this will be available in the dtsInputStream, but a viewer may wish to modify the information in some cases.