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

This information class is used to query detailed information for the files in a directory. The FILE_BOTH_DIR_INFORMATION data element is as follows.
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
Reserved byte
ShortNameLength byte

Property Details

Reserved public property

Reserved for alignment.
public byte Reserved
return byte

ShortNameLength public property

MUST be an 8-bit signed value containing the length, in bytes, of the ShortName field. If there is a NULL termination at the end of the string, it is not included in the FileNameLength count. This value MUST be greater than or equal to 0.
public byte ShortNameLength
return byte