C# Class 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
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
DeviceIoReply DR_DEVICE_IOCOMPLETION
OutputBuffer byte[]
OutputBufferLength uint

Property Details

DeviceIoReply public property

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
return DR_DEVICE_IOCOMPLETION

OutputBuffer public property

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
return byte[]

OutputBufferLength public property

A 32-bit unsigned integer that specifies the number of bytes in the OutputBuffer field.
public uint OutputBufferLength
return uint