C# Class Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DR_DRIVE_CREATE_REQ

The server opens or creates a file on a redirected file system device.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_3_3_1.xml
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
DeviceCreateRequest DR_CREATE_REQ
RDPDRChannelId ushort

Property Details

DeviceCreateRequest public property

A DR_CREATE_REQ header. The PathLength and Path fields contain the file name of the file to be created. The file name does not contain a drive letter, which means that the client has to find the drive letter based on the DeviceId field of the request.
public DR_CREATE_REQ,Microsoft.Protocols.TestSuites.Rdpbcgr.efs DeviceCreateRequest
return DR_CREATE_REQ

RDPDRChannelId public property

The MS-RDPEFS protocol runs over a static virtual channel with the name RDPDR
public ushort RDPDRChannelId
return ushort