FbwfCacheDetail (Standard 7 SP1)

7/8/2014

Deprecated.

This structure contains information about the File-Based Write Filter (FBWF) cache.

Syntax

typedef struct _FbwfCacheDetail{
   ULONG cacheSize;
   ULONG openHandleCount;
   ULONG fileNameLength;
   WCHAR fileName[1];
} FbwfCacheDetail, *PFbwfCacheDetail;

Members

  • cacheSize
    Specifies the size in bytes of the cache used by the file.
  • openHandleCount
    Number of currently opened handles.
  • fileNameLength
    Length of file name in bytes.
  • fileName
    File name (may not be NULL terminated).

Requirements

OS Versions: Standard 7

Header: Fbwfapi.h

Link Library: Fbwflib.lib

See Also

Reference

FbwfFindFirst
FbwfFindNext

Concepts

FBWF API
FBWF API Structures