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.
Retrieves information about the next file in the FBWF memory cache.
ULONG FbwFindNext( PFbwfCacheDetail cacheDetail , PULONG size );
Parameters
- cacheDetail
[in] Caller allocated buffer containing cache detail. - size
[in, out] On input, contains the size of cacheDetail. If the function returns ERROR_MORE_DATA, size will contain the size of the required buffer.
Return Values
This function may return the following:
Return value | Description |
---|---|
NO_ERROR | The operation completed successfully. |
ERROR_INVALID_FUNCTION | If the filter is disabled for the current session or there was no successful FbwfFindFirst call preceding this call. |
ERROR_INVALID_PARAMETER | If the cacheDetail or size parameter is NULL. |
ERROR_MORE_DATA | If the cacheDetail buffer is too small, in which case the size parameter will point to a ULONG containing the required buffer size. |
ERROR_NO_MORE_FILES | If there are no more entries in the cached files list. |
Requirements
OS Versions: Windows XP Embedded.
Header: fbwfapi.h.
Link Library: fbwflib.lib.
See Also
FBWF API | FbwfFindFirst | FbwfFindClose | FbwfCacheDetail
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.