Pointer to a function that will initialize the dtsDataSource so the next getNextDoc call will return the first document.
int (* rewind)(void *pData);
|
Parameters |
Description |
|
pData |
The value of dtsDataSource.pData |
0 if the data source was succesfully initialized, or -1 if initialization failed.
The rewind function should return 0 if the data source was succesfully initialized, or -1 if initialization failed. If rewind returns -1, nothing will be indexed from the data source.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|