Reposition the parser's input pointer to the start of the text block identified by the dtsBookMark, or any earlier position in the file.
void (* gotoBookMark)(dtsViewerHandle handle, dtsBookMark& bookMark);
|
Parameters |
Description |
|
handle |
Handle identifying the file parser |
|
bookMark |
Location |
Most file parsers should just rewind the input to the beginning of the file.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|