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.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
Reserved byte
ShortNameLength byte

Property Details

Reserved public_oe property

Reserved for alignment.
public byte Reserved
Résultat byte

ShortNameLength public_oe 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
Résultat byte