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

This message is sent by the client as a response to the Server Create Drive Request.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_3_4_1.xml
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
DeviceCreateResponse DR_CREATE_RSP

Property Details

DeviceCreateResponse public property

A DR_CREATE_RSP header. This response indicates the success or failure of the opening of the specified file. It matches the common Device Create Response. If the create operation is successful, the content of the Information field in the Device Create Response message MUST have one of the following values, depending on the value of the CreateDisposition field of the Server Create Drive Request message. In case of failure, the Information field can be set to any value, and MUST be ignored on receipt.ValueMeaningFILE_OPENED0x00000001The CreateDisposition field was set to FILE_OPEN_IF.FILE_OVERWRITTEN0x00000003The CreateDisposition field was set to FILE_OVERWRITE_IF.FILE_SUPERSEDED0x00000000The CreateDisposition field was set to any other value.
public DR_CREATE_RSP,Microsoft.Protocols.TestSuites.Rdpbcgr.efs DeviceCreateResponse
return DR_CREATE_RSP