C# Class MAPIInspector.Parsers.RopFastTransferDestinationConfigureRequest

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

Public Properties

Property Type Description
CopyFlags CopyFlags_DestinationConfigure
InputHandleIndex byte
LogonId byte
OutputHandleIndex byte
RopId RopIdType
SourceOperation SourceOperation

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopFastTransferDestinationConfigureRequest structure.

Method Details

Parse() public method

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

Property Details

CopyFlags public_oe property

public CopyFlags_DestinationConfigure CopyFlags
return CopyFlags_DestinationConfigure

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte LogonId
return byte

OutputHandleIndex public_oe property

public byte OutputHandleIndex
return byte

RopId public_oe property

public RopIdType RopId
return RopIdType

SourceOperation public_oe property

public SourceOperation SourceOperation
return SourceOperation