dataStream

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

Service:File System Services (64-Bit)
Defined In:zParams.h

Syntax

struct                        /* zGET_DATA_STREAM_INFO */
{
   LONG   count;
   LONG   totalNameSize;
   QUAD   totalDataSize;
 } dataStream;

Fields

count

Specifies the number of data streams 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.