C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DR_CREATE_REQ

This header initiates a create request. This message can have different purposes depending on the device for which it is issued. The device type is determined by the DeviceId field in the DR_DEVICE_IOREQUEST header.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_4_1.xml
Наследование: DR_DEVICE_IOREQUEST
Показать файл Открыть проект

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

Свойство Тип Описание
AllocationSize ulong
CreateDisposition uint
CreateOptions uint
DesiredAccess uint
FileAttributes uint
Path byte[]
PathLength uint
SharedAccess uint

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

Метод Описание
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

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

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

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
Результат bool

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

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Результат void

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

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

A 64-bit unsigned integer that specifies the initial allocation size for the file.
public ulong AllocationSize
Результат ulong

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

A 32-bit unsigned integer that specifies the action that the client MUST take if the file already exists. This field is specified in [MS-SMB2] section 2.2.13.
public uint CreateDisposition
Результат uint

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

A 32-bit unsigned integer that specifies the options for creating the file. This field is specified in [MS-SMB2] section 2.2.13.
public uint CreateOptions
Результат uint

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

A DR_DEVICE_IOREQUEST header. The MajorFunction field in this header MUST be set to IRP_MJ_CREATE. A 32-bit unsigned integer that specifies the level of access that is wanted. This field is specified in [MS-SMB2] section 2.2.13.
public uint DesiredAccess
Результат uint

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

A 32-bit unsigned integer that specifies the attributes for the file being created. This field is specified in [MS-SMB2] section 2.2.13.
public uint FileAttributes
Результат uint

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

A variable-length array of Unicode characters, including null-terminator, whose size is specified by the PathLength field.
public byte[] Path
Результат byte[]

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

A 32-bit unsigned integer that specifies the number of bytes in the Path field.
public uint PathLength
Результат uint

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

A 32-bit unsigned integer that specifies the sharing mode for the file being opened. This field is specified in [MS-SMB2] section 2.2.13.
public uint SharedAccess
Результат uint