C# Class MAPIInspector.Parsers.RopSubmitMessageResponse

A class indicates the RopSubmitMessage 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
InputHandleIndex byte
ReturnValue uint
RopId RopIdType

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopSubmitMessageResponse structure.

Method Details

Parse() public méthode

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

Property Details

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

ReturnValue public_oe property

public uint ReturnValue
Résultat uint

RopId public_oe property

public RopIdType RopId
Résultat RopIdType