C# Class MAPIInspector.Parsers.RopUnlockRegionStreamRequest

A class indicates the RopUnlockRegionStream ROP Request 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
LockFlags uint
LogonId byte
RegionOffset ulong
RegionSize ulong
RopId RopIdType

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopUnlockRegionStreamRequest structure.

Method Details

Parse() public méthode

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

Property Details

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

LockFlags public_oe property

public uint LockFlags
Résultat uint

LogonId public_oe property

public byte LogonId
Résultat byte

RegionOffset public_oe property

public ulong RegionOffset
Résultat ulong

RegionSize public_oe property

public ulong RegionSize
Résultat ulong

RopId public_oe property

public RopIdType RopId
Résultat RopIdType