C# Класс Microsoft.Protocols.TestSuites.Common.RopCreateFolderRequest

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Comment byte[]
DisplayName byte[]
FolderType byte
InputHandleIndex byte
LogonId byte
OpenExisting byte
OutputHandleIndex byte
Reserved byte
RopId byte
UseUnicodeStrings byte

Открытые методы

Метод Описание
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Описание методов

Serialize() публичный Метод

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

Size() публичный Метод

Return the size of this structure.
public Size ( ) : int
Результат int

Описание свойств

Comment публичное свойство

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
Результат byte[]

DisplayName публичное свойство

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
Результат byte[]

FolderType публичное свойство

The possible values for this enumeration are specified in [MS-OXCFOLD]. This value specifies what type of folder to create.
public byte FolderType
Результат byte

InputHandleIndex публичное свойство

This index specifies the location in the Server Object Handle Table where the handle for the input Server Object is stored.
public byte InputHandleIndex
Результат byte

LogonId публичное свойство

This value specifies the logon associated with this operation.
public byte LogonId
Результат byte

OpenExisting публичное свойство

This value specifies whether this operation opens or fails when a folder already exists.
public byte OpenExisting
Результат byte

OutputHandleIndex публичное свойство

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
Результат byte

Reserved публичное свойство

Reserved. This field MUST be set to 0x00.
public byte Reserved
Результат byte

RopId публичное свойство

This value specifies the type of remote operation. For this operation, this field is set to 0x1C.
public byte RopId
Результат byte

UseUnicodeStrings публичное свойство

This value specifies whether the DisplayName and Comment are specified in Unicode or ASCII.
public byte UseUnicodeStrings
Результат byte