dataStream

Is used by zinfo_t and contains information about the number of data streams that are owned by the file object.

Service:
Defined In:fshooks.h

Syntax

  struct 
  {
     int        count;
     size_t     totalNameSize;
     size64_t   totalDataSize;
   } dataStream;
  

Fields

count

Specifies the number of data streams that are owned by the file object.

totalNameSize

Specifies the number of characters that are used by the names of all the data streams owned by the file object.

totalDataSize

Specifies the total number of bytes of data that are occupied by data streams owned by the file object.

Remarks

This structure is ignored by the FSHOOK_TYPE_MODIFYINFO_REPORT event.