C# Class Microsoft.Protocols.TestSuites.Common.RopModifyRulesRequest

Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
InputHandleIndex byte
LogonId byte
ModifyRulesFlags byte
RopId byte
RulesCount ushort
RulesData Microsoft.Protocols.TestSuites.Common.RuleData[]

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this structure.
public Size ( ) : int
return int

Property Details

InputHandleIndex public property

Unsigned 8-bit integer. This index refers to the handle in the Server Object Handle Table used as input for this operation.
public byte InputHandleIndex
return byte

LogonId public property

Unsigned 8-bit integer. This value specifies the logon on which the operation is performed.
public byte LogonId
return byte

ModifyRulesFlags public property

8-bit flags structure. The possible values are specified in [MS-OXORULE]. These flags specify behavior of this operation.
public byte ModifyRulesFlags
return byte

RopId public property

Unsigned 8-bit integer. This value specifies the type of remote operation. For this operation, this field is set to 0x41.
public byte RopId
return byte

RulesCount public property

Unsigned 16-bit integer. This count specifies the number of structures serialized in the RuleData field.
public ushort RulesCount
return ushort

RulesData public property

A list of RuleData structures. The number of structures contained in this field is specified by the RulesCount field.
public RuleData[],Microsoft.Protocols.TestSuites.Common RulesData
return Microsoft.Protocols.TestSuites.Common.RuleData[]