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

显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
HasMessageId byte
MessageId ulong?
OutputHandleIndex byte
ReturnValue uint
RopId byte

Public Methods

Method Description
Deserialize ( byte ropBytes, int startIndex ) : int

De-serialize the ROP response buffer.

Method Details

Deserialize() public method

De-serialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
return int

Property Details

HasMessageId public_oe property

8-bit bool. This value specifies whether the MessageId field is present.
public byte HasMessageId
return byte

MessageId public_oe property

64-bit identifier. This field is present if HasMessageId is non-zero and is not present if it is zero. This value is an identifier that is associated with the created message.
public ulong? MessageId
return ulong?

OutputHandleIndex public_oe property

This index MUST be set to the OutputHandleIndex specified in the request.
public byte OutputHandleIndex
return byte

ReturnValue public_oe property

This value specifies the status of the remote operation. For successful response, this field is set to 0x00000000. For failure response, this field is set to a value other than 0x00000000.
public uint ReturnValue
return uint

RopId public_oe property

This value specifies the type of remote operation. For this operation, this field is set to 0x06.
public byte RopId
return byte