You are here: C++ API > Classes > dtsViewerInfo Structure > dtsViewerInfo::gotoBookMark Data Member
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsViewerInfo::gotoBookMark Data Member
Syntax
C++
void (* gotoBookMark)(dtsViewerHandle handle, dtsBookMark& bookMark);
Parameters
Description
handle
Handle identifying the file parser
bookMark
Location

Reposition the parser's input pointer to the start of the text block identified by the dtsBookMark, or any earlier position in the file. Most file parsers should just rewind the input to the beginning of the file.