C# Class MAPIInspector.Parsers.RopNotifyResponse

A class indicates the RopNotify 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
LogonId byte
NotificationData NotificationData
NotificationHandle uint
RopId RopIdType

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopNotifyResponse structure.

Method Details

Parse() public méthode

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

Property Details

LogonId public_oe property

public byte LogonId
Résultat byte

NotificationData public_oe property

public NotificationData,MAPIInspector.Parsers NotificationData
Résultat NotificationData

NotificationHandle public_oe property

public uint NotificationHandle
Résultat uint

RopId public_oe property

public RopIdType RopId
Résultat RopIdType