extAttr

Is used by zInfo_s and contains information about the extended attributes for the file object.

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

Syntax

struct                        /* zGET_EXTENDED_ATTRIBUTE_INFO */
{
   LONG   count;
   LONG   totalNameSize;
   QUAD   totalDataSize;
} extAttr;

Fields

count

Specifies the number of extended attributes that are owned by the file object.

totalNameSize

Specifies the number of characters that are used in the names of all the extended attributes that are owned by the file object.

totalDataSize

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