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.
typedef struct _FbwfMemoryUsage
{
ULONG
currentCacheThreshold
;
ULONG
nextCacheThreshold
;
ULONG
dirStructure
;
ULONG
fileData
;
} FbwfCacheDetail, *PFbwfCacheDetail;
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: Windows XP Embedded.
Header: fbwfapi.h.
Link Library: fbwflib.lib.
See Also
FBWF API | FBWF API Structures | FbwfGetMemoryUsage
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.