C# Class MAPIInspector.Parsers.RopProgressResponse

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

Méthodes publiques

Свойство Type Description
CompletedTaskCount uint?
InputHandleIndex byte
LogonId byte?
ReturnValue object
RopId RopIdType
TotalTaskCount uint?

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopProgressResponse structure.

Method Details

Parse() public méthode

Parse the RopProgressResponse structure.
public Parse ( Stream s ) : void
s Stream An stream containing RopProgressResponse structure.
Résultat void

Property Details

CompletedTaskCount public_oe property

public uint? CompletedTaskCount
Résultat uint?

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

LogonId public_oe property

public byte? LogonId
Résultat byte?

ReturnValue public_oe property

public object ReturnValue
Résultat object

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

TotalTaskCount public_oe property

public uint? TotalTaskCount
Résultat uint?