C# 클래스 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.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
Reserved byte
SupportsObjects SupportsObjects_Values
VolumeLabel byte

프로퍼티 상세

Reserved 공개적으로 프로퍼티

MUST be ignored by the receiver.
public byte Reserved
리턴 byte

SupportsObjects 공개적으로 프로퍼티

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
리턴 SupportsObjects_Values

VolumeLabel 공개적으로 프로퍼티

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
리턴 byte