ixForceCloseOfTemporaryFiles
Name
ixForceCloseOfTemporaryFiles
Synopsis
void ixForceCloseOfTemporaryFiles( StatusCodeT *Status )
Arguments
Status: A pointer to a value of type StatusCodeT representing any error conditions.
Returns
Nothing.
If an error occurred, Status will be set to the error number.
Description
This closes any open temporary files that may have remained open after calling ixAbortIndexingSession. When you call ixAbortIndexingSession it stops immediately where it is so you can have control back as soon as possible. In this way you can provide feedback to your user before the system attempts to clean itself up.
See Also
Indexing
ixAbortIndexingSession