C# Class MAPIInspector.Parsers.RopUnlockRegionStreamRequest

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

Public Properties

Property Type Description
InputHandleIndex byte
LockFlags uint
LogonId byte
RegionOffset ulong
RegionSize ulong
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopUnlockRegionStreamRequest structure.

Method Details

Parse() public method

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

Property Details

InputHandleIndex public property

public byte InputHandleIndex
return byte

LockFlags public property

public uint LockFlags
return uint

LogonId public property

public byte LogonId
return byte

RegionOffset public property

public ulong RegionOffset
return ulong

RegionSize public property

public ulong RegionSize
return ulong

RopId public property

public RopIdType RopId
return RopIdType