C# Класс Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DR_DRIVE_SET_INFORMATION_REQ

The server issues a set information request on a redirected file system device.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_3_3_9.xml
Показать файл Открыть проект

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

Свойство Тип Описание
DeviceIoRequest DR_DEVICE_IOREQUEST
FsInformationClass uint
Length uint
Padding byte[]
RDPDRChannelId ushort
SetBuffer byte[]
Set_Buffer object

Описание свойств

DeviceIoRequest публичное свойство

A DR_DEVICE_IOREQUEST header. The MajorFunction field in the DR_DEVICE_IOREQUEST header MUST be set to IRP_MJ_SET_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.4. The FsInformationClass field is a 32-bit value, even though the values described in [MS-FSCC] are single byte only. For the purposes of conversion, the highest 24 bits are always set to zero.
public uint FsInformationClass
Результат uint

Length публичное свойство

A 32-bit unsigned integer that specifies the number of bytes in the SetBuffer 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[]

RDPDRChannelId публичное свойство

The MS-RDPEFS protocol runs over a static virtual channel with the name RDPDR
public ushort RDPDRChannelId
Результат ushort

SetBuffer публичное свойство

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 SetBuffer field. For a complete list of these structures, refer to [MS-FSCC] section 2.4. The "File information class" table defines all the possible values for the FsInformationClass field with the exception of the following values: FileDispositionInformation or FileRenameInformation.
public byte[] SetBuffer
Результат byte[]

Set_Buffer публичное свойство

FSCC type
public object Set_Buffer
Результат object