comp

Contains information about compression.

Service:
Defined In:fshooks.h

Syntax

  struct
  {
     size64_t   numCompressedFiles;
     size64_t   numCompDelFiles;
     size64_t   numUncompressibleFiles;
     size64_t   numPreCompressedBytes;
     size64_t   numCompressedBytes;
  }   comp;
  

Fields

numCompressedFiles

Specifies the number of compressed files.

numCompDelFiles

Specifies the number of compressed deleted files.

numUncompressibleFiles

Specifies the number of files that cannot be compressed.

numPreCompressedBytes

Specifies the number of bytes the data would require if uncompressed.

numCompressedBytes

Specifies the number of bytes of compressed data.

Remarks

This structure is ignored by the FSHOOK_TYPE_MODIFYINFO_REPORT event.