C# Class MAPIInspector.Parsers.RopCopyToStreamResponse

A class indicates the RopCopyToStream ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
DestHandleIndex uint?
ReadByteCount ulong
ReturnValue object
RopId RopIdType
SourceHandleIndex byte
WrittenByteCount ulong

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopCopyToStreamResponse structure.

Method Details

Parse() public method

Parse the RopCopyToStreamResponse structure.
public Parse ( Stream s ) : void
s Stream An stream containing RopCopyToStreamResponse structure.
return void

Property Details

DestHandleIndex public property

public uint? DestHandleIndex
return uint?

ReadByteCount public property

public ulong ReadByteCount
return ulong

ReturnValue public property

public object ReturnValue
return object

RopId public property

public RopIdType RopId
return RopIdType

SourceHandleIndex public property

public byte SourceHandleIndex
return byte

WrittenByteCount public property

public ulong WrittenByteCount
return ulong