C# Class 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
Inheritance: DR_DEVICE_IOCOMPLETION
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
OutputBuffer byte[]
OutputBufferLength uint

Méthodes publiques

Méthode Description
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

Method Details

Decode() public méthode

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
Résultat bool

Encode() public méthode

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

Property Details

OutputBuffer public_oe 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
Résultat byte[]

OutputBufferLength public_oe 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. A 32-bit unsigned integer that specifies the number of bytes in the OutputBuffer field.
public uint OutputBufferLength
Résultat uint