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

The server issues a notify change directory request on a redirected file system device to request directory change notification.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_3_3_11.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
CompletionFilter uint
DeviceIoRequest DR_DEVICE_IOREQUEST
Padding byte[]
RDPDRChannelId ushort
WatchTree byte

프로퍼티 상세

CompletionFilter 공개적으로 프로퍼티

A 32-bit unsigned integer. This field has the same meaning as the CompletionFilter field in the SMB2 CHANGE_NOTIFY Request message specified in [MS-SMB2] section 2.2.35.
public uint CompletionFilter
리턴 uint

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_NOTIFY_CHANGE_DIRECTORY.
public DR_DEVICE_IOREQUEST,Microsoft.Protocols.TestSuites.Rdpbcgr.efs DeviceIoRequest
리턴 DR_DEVICE_IOREQUEST

Padding 공개적으로 프로퍼티

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

RDPDRChannelId 공개적으로 프로퍼티

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

WatchTree 공개적으로 프로퍼티

An 8-bit unsigned integer. If nonzero, a change anywhere within the tree will trigger the notification response; otherwise, only a change in the root directory will do so.
public byte WatchTree
리턴 byte