Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsDataSource::getNextDoc Data Member
dtsDataSource Structure | dtsDataSource Structure | Send Feedback

Pointer to a function that will return the next document in the data source as a dtsInputStream.

int (* getNextDoc)(void *pData, dtsInputStream& dest);
Parameters
Parameters 
Description 
pData 
The value of dtsDataSource.pData 
dest 
Structure to receive the dtsInputStream for the document 
Returns

0 if a document was returned, or -1 if there are no more documents to return.

Structure
Links
You are here: C++ API > Classes > dtsDataSource Structure > dtsDataSource::getNextDoc Data Member
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.