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

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

Méthodes publiques

Свойство Type Description
Comment byte[]
DisplayName byte[]
FolderType byte
InputHandleIndex byte
LogonId byte
OpenExisting byte
OutputHandleIndex byte
Reserved byte
RopId byte
UseUnicodeStrings byte

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

Comment public_oe property

Null-terminated string. This value specifies the folder comment that is associated with the created folder. If UseUnicodeStrings is non-zero, the string is composed of Unicode characters. If UseUnicodeStrings is zero, the string is composed of ASCII characters.
public byte[] Comment
Résultat byte[]

DisplayName public_oe property

Null-terminated string. This value specifies the name of the created folder. If UseUnicodeStrings is non-zero, the string is composed of Unicode characters. If UseUnicodeStrings is zero, the string is composed of ASCII characters.
public byte[] DisplayName
Résultat byte[]

FolderType public_oe property

The possible values for this enumeration are specified in [MS-OXCFOLD]. This value specifies what type of folder to create.
public byte FolderType
Résultat byte

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

OpenExisting public_oe property

This value specifies whether this operation opens or fails when a folder already exists.
public byte OpenExisting
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

Reserved public_oe property

Reserved. This field MUST be set to 0x00.
public byte Reserved
Résultat byte

RopId public_oe property

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

UseUnicodeStrings public_oe property

This value specifies whether the DisplayName and Comment are specified in Unicode or ASCII.
public byte UseUnicodeStrings
Résultat byte