C# 클래스 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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
DeviceCreateResponse DR_CREATE_RSP

프로퍼티 상세

DeviceCreateResponse 공개적으로 프로퍼티

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
리턴 DR_CREATE_RSP