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

The server responds to a Client Device List Announce Request with this message.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_1.xml
Показать файл Открыть проект

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

Свойство Тип Описание
DeviceId uint
Header RDPDR_HEADER
RDPDRChannelId ushort
ResultCode uint

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

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

A 32-bit unsigned integer. This ID MUST be the same as one of the IDs specified in the Client Device List Announce Request message. The server sends a separate Server Device Announce Response message for each announced device.
public uint DeviceId
Результат uint

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

A common message header. The Component field MUST be set to RDPDR_CTYP_CORE, and the PacketId field MUST be set to PAKID_CORE_DEVICE_REPLY.
public RDPDR_HEADER,Microsoft.Protocols.TestSuites.Rdpbcgr.efs Header
Результат RDPDR_HEADER

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

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

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

A 32-bit unsigned integer that specifies the NTSTATUS code that indicates the success or failure of device initialization. NTSTATUS codes are specified in [MS-ERREF] section 2.3.
public uint ResultCode
Результат uint