C# Class MAPIInspector.Parsers.RopProgressResponse

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

Public Properties

Property Type Description
CompletedTaskCount uint?
InputHandleIndex byte
LogonId byte?
ReturnValue object
RopId RopIdType
TotalTaskCount uint?

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopProgressResponse structure.

Method Details

Parse() public method

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

Property Details

CompletedTaskCount public_oe property

public uint? CompletedTaskCount
return uint?

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte? LogonId
return byte?

ReturnValue public_oe property

public object ReturnValue
return object

RopId public_oe property

public RopIdType RopId
return RopIdType

TotalTaskCount public_oe property

public uint? TotalTaskCount
return uint?