Pointer to a function that will return the next document in the data source as a dtsInputStream.
int (* getNextDoc)(void *pData, dtsInputStream& dest);
|
Parameters |
Description |
|
pData |
The value of dtsDataSource.pData |
|
dest |
Structure to receive the dtsInputStream for the document |
0 if a document was returned, or -1 if there are no more documents to return.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|