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:
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
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