C# Class 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
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
CompletionFilter uint
DeviceIoRequest DR_DEVICE_IOREQUEST
Padding byte[]
RDPDRChannelId ushort
WatchTree byte

Property Details

CompletionFilter public property

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
return uint

DeviceIoRequest public property

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
return DR_DEVICE_IOREQUEST

Padding public property

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
return byte[]

RDPDRChannelId public property

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

WatchTree public property

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
return byte