Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls how records are scanned. The constants are passed to CreateLogContainerScanContext, and have the following possible values.
Constant/value | Description |
---|---|
|
Initializes the scan context, but does not allocate associated storage. The initialization is destructive, because all data that is stored in the current scan context is lost. |
|
Causes the next call to ScanLogContainers to proceed in a forward direction. Cannot be used if CLFS_SCAN_BACKWARD is specified. |
|
Causes the next call to ScanLogContainers to proceed in a backward direction. Cannot be used if CLFS_SCAN_FORWARD is specified. |
|
Uninitializes the scan context, and deallocates system storage that is associated with a scan context. |
|
Indicates that the scan context is already initialized. |
|
Indicates that the scanned container descriptors are pre-fetched and buffered. |
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 R2 [desktop apps only] |
Header |
|
See also