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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
Essdn byte[]
EssdnSize ushort
LogonFlags byte
LogonId byte
OpenFlags uint
OutputHandleIndex byte
RopId byte
StoreState uint

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this 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 this structure.
public Size ( ) : int
Résultat int

Property Details

Essdn public_oe property

Null terminated ASCII string. The number of characters (including the null) contained in this field is specified by the EssdnSize field. This string specifies which mailbox to log on to.
public byte[] Essdn
Résultat byte[]

EssdnSize public_oe property

This value specifies the size of the Essdn field.
public ushort EssdnSize
Résultat ushort

LogonFlags public_oe property

The possible values are specified in [MS-OXCSTOR]. This structure contains flags that control the behavior of the logon.
public byte LogonFlags
Résultat byte

LogonId public_oe property

This value specifies the ID that the client wants associated with the created logon. Any value is allowed and the client does not have to use values in a certain numeric order. If the client specifies an active logon ID, the current logon is released and replaced with the new one.
public byte LogonId
Résultat byte

OpenFlags public_oe property

The possible values are specified in [MS-OXCSTOR]. This structure contains more flags that control the behavior of the logon.
public uint OpenFlags
Résultat uint

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

RopId public_oe property

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

StoreState public_oe property

The possible values are specified in [MS-OXCSTOR]. This structure specifies ongoing action on the mailbox or public folder.
public uint StoreState
Résultat uint