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

This information class is used to query information on a volume on which a file system is mounted. The message contains a FILE_FS_VOLUME_INFORMATION data element. The FILE_FS_VOLUME_INFORMATION data element is as follows.
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
Reserved byte
SupportsObjects SupportsObjects_Values
VolumeLabel byte

Property Details

Reserved public property

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

SupportsObjects public property

A 1-byte Boolean (unsigned char) that is TRUE (0x01) if the file system supports object-oriented file system objects; otherwise, FALSE (0x00).This value is TRUE for NTFS and FALSE for other file systems implemented by .
public SupportsObjects_Values SupportsObjects
return SupportsObjects_Values

VolumeLabel public property

A variable-length Unicode field containing the name of the volume. The content of this field can be a NULL-terminated string or can be a string padded with the space character to be VolumeLabelLength bytes long.
public byte VolumeLabel
return byte