FbwfMemoryUsage (Standard 7 SP1)
7/8/2014
Deprecated.
This structure contains information on File-Based Write Filter (FBWF) memory usage.
Syntax
typedef struct _FbwfMemoryUsage{
ULONG currentCacheThreshold;
ULONG nextCacheThreshold;
ULONG dirStructure;
ULONG fileData;
} FbwfMemoryUsage, *PFbwfMemoryUsage;
Members
- currentCacheThreshold
Cache threshold in bytes for the current session.
- nextCacheThreshold
Cache threshold in bytes for the next session.
- dirStructure
Memory in bytes used to store directory structure.
- fileData
Memory in bytes used to cache file data.
Requirements
OS Versions: Standard 7
Header: Fbwfapi.h
Link Library: Fbwflib.lib