C# Class MAPIInspector.Parsers.RopLockRegionStreamRequest

A class indicates the RopLockRegionStream ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
显示文件 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 RopLockRegionStreamRequest structure.

Method Details

Parse() public method

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

Property Details

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LockFlags public_oe property

public uint LockFlags
return uint

LogonId public_oe property

public byte LogonId
return byte

RegionOffset public_oe property

public ulong RegionOffset
return ulong

RegionSize public_oe property

public ulong RegionSize
return ulong

RopId public_oe property

public RopIdType RopId
return RopIdType