FbwfCacheDetail
5/10/2007
Contains information about the FBWF cache.
Syntax
typedef struct _FbwfCacheDetail
{
ULONG cacheSize;
ULONG openHandleCount;
ULONG fileNameLength;
WCHAR fileName[1];
} FbwfCacheDetail, *PFbwfCacheDetail;
Members
- cacheSize
Specifies the size of the cache used by the file.
- openHandleCount
Number of currently opened handles.
- fileNameLength
File name length in bytes.
- fileName
File name (may not be NULL terminated).
Requirements
OS Versions: Windows XP Embedded.
Header: fbwfapi.h.
Link Library: fbwflib.lib.