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

A message with this header describes a response to a Device Control Request.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_5_5.xml
상속: DR_DEVICE_IOCOMPLETION
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
OutputBuffer byte[]
OutputBufferLength uint

공개 메소드들

메소드 설명
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

프로퍼티 상세

OutputBuffer 공개적으로 프로퍼티

A variable-length array of bytes whose size is specified by the OutputBufferLength field. The minimum size is 1 byte; that is, if OutputBufferLength is 0, this field will have 1 byte of extra padding.
public byte[] OutputBuffer
리턴 byte[]

OutputBufferLength 공개적으로 프로퍼티

A DR_DEVICE_IOCOMPLETION header. The CompletionId field of this header MUST match a Device I/O Request that has the MajorFunction field set to IRP_MJ_DEVICE_CONTROL. A 32-bit unsigned integer that specifies the number of bytes in the OutputBuffer field.
public uint OutputBufferLength
리턴 uint