C# Class Microsoft.Protocols.TestSuites.Rdpbcgr.efs.FileFsLabelInformation

This information class is used to set the label for a file system volume. The message contains a FILE_FS_LABEL_INFORMATION data element. The FILE_FS_LABEL_INFORMATION data element is as follows:
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
VolumeLabel ushort[]
VolumeLabelLength uint

Property Details

VolumeLabel public_oe property

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

VolumeLabelLength public_oe property

A 32-bit unsigned integer that contains the length, in bytes, including the trailing NULL, if present, of the name for the volume.
public uint VolumeLabelLength
return uint