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

공개 프로퍼티들

프로퍼티 타입 설명
CodePage uint
ComputerName byte[]
ComputerNameLen uint
Header RDPDR_HEADER
UnicodeFlag UnicodeFlag_Values

프로퍼티 상세

CodePage 공개적으로 프로퍼티

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

ComputerName 공개적으로 프로퍼티

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
리턴 byte[]

ComputerNameLen 공개적으로 프로퍼티

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

UnicodeFlag 공개적으로 프로퍼티

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
리턴 UnicodeFlag_Values