C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DR_CLOSE_RSP

This message is a reply to a Device Close Request.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_5_2.xml
상속: DR_DEVICE_IOCOMPLETION
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
Padding byte[]

공개 메소드들

메소드 설명
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

메소드 상세

Decode() 공개 메소드

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
리턴 bool

Encode() 공개 메소드

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
리턴 void

프로퍼티 상세

Padding 공개적으로 프로퍼티

A DR_DEVICE_IOCOMPLETION header. The CompletionId field of this header MUST match a Device I/O Request message that had the MajorFunction field set to IRP_MJ_CLOSE. An array of 5 bytes. Reserved. This field can be set to any value, and MUST be ignored on receipt.
public byte[] Padding
리턴 byte[]