C# 클래스 Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DR_DRIVE_QUERY_VOLUME_INFORMATION_REQ

The server issues a query volume information request on a redirected file system device.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_3_3_6.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
DeviceIoRequest DR_DEVICE_IOREQUEST
FsInformationClass uint
Length uint
Padding byte[]
QueryVolumeBuffer byte[]
RDPDRChannelId ushort

프로퍼티 상세

DeviceIoRequest 공개적으로 프로퍼티

A DR_DEVICE_IOREQUEST header. The MajorFunction field in the DR_DEVICE_IOREQUEST header MUST be set to IRP_MJ_QUERY_VOLUME_INFORMATION.
public DR_DEVICE_IOREQUEST,Microsoft.Protocols.TestSuites.Rdpbcgr.efs DeviceIoRequest
리턴 DR_DEVICE_IOREQUEST

FsInformationClass 공개적으로 프로퍼티

A 32-bit unsigned integer. This field MUST contain one of the values specified in [MS-FSCC] section 2.5.
public uint FsInformationClass
리턴 uint

Length 공개적으로 프로퍼티

A 32-bit unsigned integer that specifies the number of bytes in the QueryVolumeBuffer field.
public uint Length
리턴 uint

Padding 공개적으로 프로퍼티

An array of 24 bytes. This field is unused and can be set to any value. This field MUST be ignored on receipt.
public byte[] Padding
리턴 byte[]

QueryVolumeBuffer 공개적으로 프로퍼티

A variable-length array of bytes. The size of the array is specified by the Length field. The content of this field is based on the value of the FsInformationClass field, which determines the different structures that can be contained in the QueryVolumeBuffer field. For a complete list of these structures, refer to [MS-FSCC] section 2.5. The "File system information class" table defines all the possible values for the FsInformationClass field.
public byte[] QueryVolumeBuffer
리턴 byte[]

RDPDRChannelId 공개적으로 프로퍼티

The MS-RDPEFS protocol runs over a static virtual channel with the name RDPDR
public ushort RDPDRChannelId
리턴 ushort