Share via


FbwfCacheDetail

  typedef struct _FbwfCacheDetail
{
     ULONG 
  cacheSize
  ;
     ULONG 
  openHandleCount
  ;
     ULONG 
  fileNameLength
  ;
   WCHAR 
  fileName[1];

  } FbwfCacheDetail, *PFbwfCacheDetail;

Members

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

Requirements

OS Versions: Windows XP Embedded.
Header: fbwfapi.h.
Link Library: fbwflib.lib.

See Also

FBWF API | FBWF API Structures | FbwfFindFirst | FbwfFindNext

Last updated on Wednesday, October 18, 2006

© 2006 Microsoft Corporation. All rights reserved.