C# 클래스 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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
DeviceAnnounce Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DEVICE_ANNOUNCE[]
DeviceCount uint
Header RDPDR_HEADER

프로퍼티 상세

DeviceAnnounce 공개적으로 프로퍼티

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
리턴 Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DEVICE_ANNOUNCE[]

DeviceCount 공개적으로 프로퍼티

A 32-bit unsigned integer that specifies the number of entries in the DeviceAnnounce field.
public uint DeviceCount
리턴 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_DEVICELIST_ANNOUNCE.
public RDPDR_HEADER,Microsoft.Protocols.TestSuites.Rdpbcgr.efs Header
리턴 RDPDR_HEADER