69.2. Parameters for Filter Operations

The parameters listed below return status information about a filter operation. These are values that slapi_filter_apply() and programmer-defined filter apply functions may return.
Parameter ID Description
SLAPI_FILTER_SCAN_NOMORE Indicates success in traversing the entire filter.
SLAPI_FILTER_SCAN_STOP Indicates a premature abort.
SLAPI_FILTER_SCAN_CONTINUE Indicates to continue scanning.
SLAPI_FILTER_SCAN_ERROR Indicates an error occurred during the traverse and the scan aborted.
SLAPI_FILTER_UNKNOWN_FILTER_TYPE Error code that SLAPI_FILTER_SCAN_ERROR can set.