C# Class Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DR_CORE_DEVICELIST_ANNOUNCE_REQ

The client announces the list of devices to redirect on the server.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_9.xml
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
DeviceCount uint
DeviceList Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DEVICE_ANNOUNCE[]
Header RDPDR_HEADER

Property Details

DeviceCount public_oe property

A 32-bit unsigned integer that specifies the number of items in the DeviceList array.
public uint DeviceCount
return uint

DeviceList public_oe property

A variable-length array of DEVICE_ANNOUNCE headers. This field specifies a list of devices that are being announced. The number of entries is specified by the DeviceCount field. There is no alignment padding between individual DEVICE_ANNOUNCE structures. They are ordered sequentially within this packet.
public DEVICE_ANNOUNCE[],Microsoft.Protocols.TestSuites.Rdpbcgr.efs DeviceList
return Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DEVICE_ANNOUNCE[]

Header public_oe 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_DEVICELIST_ANNOUNCE.
public RDPDR_HEADER,Microsoft.Protocols.TestSuites.Rdpbcgr.efs Header
return RDPDR_HEADER