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

This message is a reply to a Device Close Request.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_5_2.xml
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
DeviceIoReply DR_DEVICE_IOCOMPLETION
Padding byte[]

Property Details

DeviceIoReply public_oe property

A DR_DEVICE_IOCOMPLETION header. The CompletionId field of this header MUST match a Device I/O Request message that had the MajorFunction field set to IRP_MJ_CLOSE.
public DR_DEVICE_IOCOMPLETION,Microsoft.Protocols.TestSuites.Rdpbcgr.efs DeviceIoReply
return DR_DEVICE_IOCOMPLETION

Padding public_oe property

An array of 5 bytes. Reserved. This field can be set to any value, and MUST be ignored on receipt.
public byte[] Padding
return byte[]