C# Class MAPIInspector.Parsers.RopReadPerUserInformationResponse

A class indicates the RopReadPerUserInformation 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
Data byte?[]
DataSize ushort?
HasFinished bool?
InputHandleIndex byte
ReturnValue object
RopId RopIdType

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopReadPerUserInformationResponse structure.

Method Details

Parse() public méthode

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

Property Details

Data public_oe property

public byte?[] Data
Résultat byte?[]

DataSize public_oe property

public ushort? DataSize
Résultat ushort?

HasFinished public_oe property

public bool? HasFinished
Résultat bool?

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

ReturnValue public_oe property

public object ReturnValue
Résultat object

RopId public_oe property

public RopIdType RopId
Résultat RopIdType