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

The server issues a query directory request on a redirected file system device. This request is used to obtain a directory enumeration.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_3_3_10.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
DeviceIoRequest DR_DEVICE_IOREQUEST
FsInformationClass uint
InitialQuery byte
Padding byte[]
Path byte[]
PathLength uint
RDPDRChannelId ushort

프로퍼티 상세

DeviceIoRequest 공개적으로 프로퍼티

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

FsInformationClass 공개적으로 프로퍼티

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

InitialQuery 공개적으로 프로퍼티

An 8-bit unsigned integer. If the value is zero, the Path field is not included regardless of the PathLength value.
public byte InitialQuery
리턴 byte

Padding 공개적으로 프로퍼티

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

Path 공개적으로 프로퍼티

A variable-length array of Unicode characters that specifies the directory on which this operation will be performed. The Path field MUST be null-terminated.
public byte[] Path
리턴 byte[]

PathLength 공개적으로 프로퍼티

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

RDPDRChannelId 공개적으로 프로퍼티

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