Partager via


FbwfMemoryUsage

5/10/2007

Contains information on 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: Windows XP Embedded.

Header: fbwfapi.h.

Link Library: fbwflib.lib.

See Also

Reference

FbwfGetMemoryUsage

Concepts

FBWF API
FBWF API Structures