C# Class Microsoft.Protocols.TestSuites.Rdpbcgr.efs.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
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
AllocationSize ulong
CreateDisposition uint
CreateOptions uint
DesiredAccess uint
DeviceIoRequest DR_DEVICE_IOREQUEST
FileAttributes uint
Path byte[]
PathLength uint
SharedAccess uint

Property Details

AllocationSize public_oe property

A 64-bit unsigned integer that specifies the initial allocation size for the file.
public ulong AllocationSize
return ulong

CreateDisposition public_oe property

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
return uint

CreateOptions public_oe property

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
return uint

DesiredAccess public_oe property

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
return uint

DeviceIoRequest public_oe property

A DR_DEVICE_IOREQUEST header. The MajorFunction field in this header MUST be set to IRP_MJ_CREATE.
public DR_DEVICE_IOREQUEST,Microsoft.Protocols.TestSuites.Rdpbcgr.efs DeviceIoRequest
return DR_DEVICE_IOREQUEST

FileAttributes public_oe property

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
return uint

Path public_oe property

A variable-length array of Unicode characters, including null-terminator, whose size is specified by the PathLength field.
public byte[] Path
return byte[]

PathLength public_oe property

A 32-bit unsigned integer that specifies the number of bytes in the Path field.
public uint PathLength
return uint

SharedAccess public_oe property

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
return uint