Partager via


FbwfFindNext

5/10/2007

Retrieves information about the next file in the FBWF memory cache.

Syntax

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 Value

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, WEPOS.

Header: fbwfapi.h.

Link Library: fbwflib.lib.

See Also

Reference

FbwfFindFirst
FbwfFindClose
FbwfCacheDetail

Concepts

FBWF API