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

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

Public Properties

Property Type Description
Reserved1 byte
ShortNameLength byte

Property Details

Reserved1 public property

MUST be ignored by the receiver.
public byte Reserved1
return byte

ShortNameLength public property

An 8-bit value containing the length in bytes of the ShortName string.
public byte ShortNameLength
return byte