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

공개 프로퍼티들

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

프로퍼티 상세

DeviceIoReply 공개적으로 프로퍼티

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.
public DR_DEVICE_IOCOMPLETION,Microsoft.Protocols.TestSuites.Rdpbcgr.efs DeviceIoReply
리턴 DR_DEVICE_IOCOMPLETION

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 32-bit unsigned integer that specifies the number of bytes in the OutputBuffer field.
public uint OutputBufferLength
리턴 uint