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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Свойство Type Description
InputHandleIndex byte
LogonId byte
OutputHandleIndex byte
PropertyTagCount ushort
PropertyTags Microsoft.Protocols.TestSuites.Common.PropertyTag[]
RestrictionData byte[]
RestrictionDataSize ushort
RopId byte
SendOptions byte
SynchronizationExtraFlags uint
SynchronizationFlags ushort
SynchronizationType byte

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of RopSynchronizationConfigure request buffer structure.

Method Details

Serialize() public méthode

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Return the size of RopSynchronizationConfigure request buffer structure.
public Size ( ) : int
Résultat int

Property Details

InputHandleIndex public_oe property

This index specifies the location in the Server Object Handle Table where the handle for the input Server Object is stored.
public byte InputHandleIndex
Résultat byte

LogonId public_oe property

This value specifies the logon associated with this operation.
public byte LogonId
Résultat byte

OutputHandleIndex public_oe property

This index specifies the location in the Server Object Handle Table where the handle for the output Server Object will be stored.
public byte OutputHandleIndex
Résultat byte

PropertyTagCount public_oe property

This value specifies how many tags are present in the PropertyTags field.
public ushort PropertyTagCount
Résultat ushort

PropertyTags public_oe property

The format of the PropertyTag structure is specified in [MS-OXCDATA]. This field specifies the property tags to be used for the synchronization process.
public PropertyTag[],Microsoft.Protocols.TestSuites.Common PropertyTags
Résultat Microsoft.Protocols.TestSuites.Common.PropertyTag[]

RestrictionData public_oe property

This field contains a restriction packet, as specified in [MS-OXCDATA] section 2.13. The restriction specifies the filter for this synchronization object.
public byte[] RestrictionData
Résultat byte[]

RestrictionDataSize public_oe property

This value specifies the length of the RestrictionData field.
public ushort RestrictionDataSize
Résultat ushort

RopId public_oe property

This value specifies the type of remote operation. For this operation, this field is set to 0x70.
public byte RopId
Résultat byte

SendOptions public_oe property

The possible values are specified in [MS-OXCFXICS]. These values control the behavior of the operation.
public byte SendOptions
Résultat byte

SynchronizationExtraFlags public_oe property

The possible values are specified in [MS-OXCFXICS]. These flags control the additional behavior of the synchronization.
public uint SynchronizationExtraFlags
Résultat uint

SynchronizationFlags public_oe property

The possible values are specified in [MS-OXCFXICS]. These flags control the behavior of the synchronization.
public ushort SynchronizationFlags
Résultat ushort

SynchronizationType public_oe property

The possible values for this enumeration are specified in [MS-OXCFXICS]. This value controls the type of synchronization.
public byte SynchronizationType
Résultat byte