C# Class Microsoft.Protocols.TestSuites.Common.RopReadStreamRequest

Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
ByteCount ushort
InputHandleIndex byte
LogonId byte
MaximumByteCount uint
RopId byte

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this structure.
public Size ( ) : int
return int

Property Details

ByteCount public property

Unsigned 16-bit integer. The value of this field specifies the maximum number of bytes to read if the value is not equal to 0xBABE; the MaximumByteCount field specifies the maximum number of bytes to read if the value of ByteCount is equal to 0xBABE.
public ushort ByteCount
return ushort

InputHandleIndex public property

Unsigned 8-bit integer. This index specifies the location in the Server Object Handle Table where the handle for the input Server Object is stored.
public byte InputHandleIndex
return byte

LogonId public property

Unsigned 8-bit integer. This value specifies the logon associated with this operation.
public byte LogonId
return byte

MaximumByteCount public property

Unsigned 32-bit integer. This value specifies the maximum number of bytes to read if the value of the ByteCount field is equal to 0xBABE. The MaximumByteCount field is present when ByteCount is equal to 0xBABE and is not present otherwise. If MaximumByteCount is greater than 0x80000000, then the RPC call SHOULD fail with error code 0x000004B6.
public uint MaximumByteCount
return uint

RopId public property

Unsigned 8-bit integer. This value specifies the type of remote operation. For this operation, this field is set to 0x2C.
public byte RopId
return byte