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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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