Share via


FbwfCacheDetail Class (Standard 7 SP1)

7/8/2014

The FbwfCacheDetail class stores information about files and directories that are modified.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

class FbwfCacheDetail
{
  sint64 CacheSize;
  string FileName;
  uint32 OpenHandleCount;
  string VolumeName;
};

Members

The FbwfCacheDetail class defines the following types of members:

  • Properties

Properties

The FbwfCacheDetail class defines the following properties.

  • CacheSize

    • Data type: sint64

      Access type: Read-only

      Returns the size of the item in the write filter overlay.

  • FileName

    • Data type: string

      Access type: Read-only

      Qualifiers: Key

      Returns the absolute file path for the associated volume.

  • OpenHandleCount

    • Data type: uint32

      Access type: Read-only

      Returns the number of open handles on the item in the write filter overlay.

  • VolumeName

    • Data type: string

      Access type: Read-only

      Qualifiers: Key

      Returns the name of the volume.

Remarks

When querying for property values with a uint64 or sint64 data type in a scripting language such as VBScript, WMI returns string values. Unexpected results can occur when comparing these values, because comparing strings returns different results than comparing numbers. For example, "10000000000" is less than "9" when comparing strings, and 9 is less than 10000000000 when comparing numbers. To avoid confusion you should use the CDbl method in VBScript when properties of type uint64 or sint64 are retrieved from WMI.

Requirements

Supported clients

Windows XP Embedded SP3
Windows Embedded Standard 2009
Windows Embedded Standard 7 SP1
WEPOS 1.1 SP3
POSReady 2009
Windows Embedded POSReady 7
Windows Fundamentals for Legacy PCs 7

MOF

FBWFProvider.mof

Namespace

\root\Microsoft\WriteFilters