Gets the next document in sequence.
PODSDocumentEnumerator
PODSDocument nextDocument( );
Not applicable
PODSDocument* PODSnextDocument( PODSDocumentEnumerator* docenum );
docenum The PODSDocumentEnumerator
object.
The next document in the PODSDocumentEnumerator
sequence. NULL
when there are no more documents.
Do not access the prior document after calling nextDocument( )
because it may already have been destroyed. The final document is destroyed when the document enumerator is destroyed.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |