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

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

Public Properties

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

Property Details

DeviceAnnounce public_oe property

A variable-length array of DEVICE_ANNOUNCE headers. The number of entries is specified by the DeviceCount field. Each entry is a DEVICE_ANNOUNCE header in which the DeviceType field MUST be set to RDPDR_DTYP_FILESYSTEM. The drive name MUST be specified in the PreferredDosName field; however, if the drive name is larger than the allocated size of the PreferredDosName field, then the drive name will be truncated to fit. In that case, the full name MUST also be specified in the DeviceData field, as a null-terminated Unicode string. If the DeviceDataLength field is nonzero, the content of the PreferredDosName field is ignored. There is no alignment padding between individual DEVICE_ANNOUNCE headers. They are ordered sequentially within this packet.
public DEVICE_ANNOUNCE[],Microsoft.Protocols.TestSuites.Rdpbcgr.efs DeviceAnnounce
return Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DEVICE_ANNOUNCE[]

DeviceCount public_oe property

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

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