C# Класс 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:
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
VolumeLabel ushort[]
VolumeLabelLength uint

Описание свойств

VolumeLabel публичное свойство

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
Результат ushort[]

VolumeLabelLength публичное свойство

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
Результат uint