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

The client removes a list of already-announced file system devices from the server.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_3_2.xml
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
DeviceCount uint
DeviceIds uint[]
SharedHeader RDPDR_HEADER

Property Details

DeviceCount public property

A 32-bit unsigned integer that specifies the number of entries in the DeviceIds field.
public uint DeviceCount
return uint

DeviceIds public property

A variable-length array of 32-bit unsigned integers that specifies device IDs. The IDs specified in this array match the IDs specified in the Client Drive Device List Announce packet.
public uint[] DeviceIds
return uint[]

SharedHeader 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_DEVICELIST_REMOVE.
public RDPDR_HEADER,Microsoft.Protocols.TestSuites.Rdpbcgr.efs SharedHeader
return RDPDR_HEADER