FbwfFindNext (Standard 7 SP1)
7/8/2014
Deprecated. Use FbwfFindNextEx instead.
This function retrieves information about the next file in the FBWF memory cache.
Syntax
ULONG FbwFindNext(
PFbwfCacheDetail cacheDetail,
PULONG size
);
Parameters
- cacheDetail
[in] Caller allocated buffer that contains cache detail.
- size
[in, out] On input, contains the size of cacheDetail. If the function returns ERROR_MORE_DATA, size contains the size of the required buffer.
Return Value
This function may return the following:
Return value |
Description |
---|---|
ERROR_SUCCESS |
The operation completed successfully. |
ERROR_INVALID_FUNCTION |
If the filter is disabled for the current session or there was no successful FbwfFindFirst call before this call. |
ERROR_INVALID_PARAMETER |
If the cacheDetail or size parameter is NULL. |
ERROR_MORE_DATA |
If the cacheDetail buffer is too small, the size parameter points to a ULONG that contains the required buffer size. |
ERROR_NO_MORE_FILES |
If there are no more entries in the cached files list. |
Requirements
OS Versions: Standard 7
Header: Fbwfapi.h
Link Library: Fbwflib.lib
See Also
Reference
FbwfFindFirst
FbwfFindClose
FbwfCacheDetail