The engine in which to execute sbIFileScanQuery objects. More...
import"sbIFileScan.idl";
Public Member Functions | |
| void | submitQuery (in sbIFileScanQuery pQuery) |
| Execute a sbIFileScanQuery object. More... | |
| void | finalize () |
The engine in which to execute sbIFileScanQuery objects.
Create a sbIFileScanQuery object, fill out its methods, create one of these and pass the query to the scanner to begin executing.
Optionally, you may skip the use of a sbIFileScanQuery object and just handle the scan directly by calling scanDirectory() with your own sbIFileScanCallback object.
Definition at line 300 of file sbIFileScan.idl.
| void sbIFileScan::finalize | ( | ) |
Cleans up after ourselves. If you're using sbIFileScan in GC environment please explicitly cleanup
| void sbIFileScan::submitQuery | ( | in sbIFileScanQuery | pQuery | ) |
Execute a sbIFileScanQuery object.
| pQuery | The query object to execute |