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

The client announces its machine name.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_4.xml
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
CodePage uint
ComputerName byte[]
ComputerNameLen uint
Header RDPDR_HEADER
UnicodeFlag UnicodeFlag_Values

Property Details

CodePage public_oe property

A 32-bit unsigned integer that specifies the code page of the ComputerName field; it MUST be set to 0.
public uint CodePage
return uint

ComputerName public_oe property

A variable-length array of ASCII or Unicode characters, the format of which is determined by the UnicodeFlag field. This is a string that identifies the client computer name. The string MUST be null-terminated.
public byte[] ComputerName
return byte[]

ComputerNameLen public_oe property

A 32-bit unsigned integer that specifies the number of bytes in the ComputerName field.
public uint ComputerNameLen
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_CLIENT_NAME.
public RDPDR_HEADER,Microsoft.Protocols.TestSuites.Rdpbcgr.efs Header
return RDPDR_HEADER

UnicodeFlag public_oe property

A 32-bit unsigned integer that indicates the format of the ComputerName field. This field MUST be set to one of the following values.
public UnicodeFlag_Values UnicodeFlag
return UnicodeFlag_Values