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

Public Properties

Property Type Description
DeviceId uint
Header RDPDR_HEADER
RDPDRChannelId ushort
ResultCode uint

Property Details

DeviceId public property

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

Header public property

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

RDPDRChannelId public property

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

ResultCode public property

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