C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smb2.FileFullEaInformation

This information class is used to query or set extended attribute (EA) information for a file. The FILE_FULL_EA_INFORMATION data element is as follows.
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
EaNameLength byte
Flags FileFullEaInformation_Flags_Values

Property Details

EaNameLength public property

An 8-bit unsigned integer that contains the length, in bytes, of the EaName array. This value does not include the null-terminator to EaName.
public byte EaNameLength
return byte

Flags public property

An 8-bit unsigned integer that contains 0 or the following flag value. A zero value indicates that the file does not use EAs.
public FileFullEaInformation_Flags_Values Flags
return FileFullEaInformation_Flags_Values