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

A message with this header indicates that the I/O request is complete. In a Device I/O Response message, a request message is matched to the appropriate Device I/O Request header. There is only one response per request.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_5.xml
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
CompletionId uint
DeviceId uint
Header RDPDR_HEADER
IoStatus int

Property Details

CompletionId public_oe property

A 32-bit unsigned integer. This field MUST match the CompletionId field in the DR_DEVICE_IOREQUEST header for the corresponding request. After processing a response packet with this ID, the same ID can be reused in another request.
public uint CompletionId
return uint

DeviceId public_oe property

A 32-bit unsigned integer. This field MUST match the DeviceId field in the DR_DEVICE_IOREQUEST header for the corresponding request.
public uint DeviceId
return uint

Header public_oe property

A common message header. The Component field MUST be set to RDPDR_CTYP_CORE, and the PacketId field MUST be set to PAKID_CORE_DEVICE_IOCOMPLETION.
public RDPDR_HEADER,Microsoft.Protocols.TestSuites.Rdpbcgr.efs Header
return RDPDR_HEADER

IoStatus public_oe property

A 32-bit unsigned integer that specifies the NTSTATUS code that indicates success or failure for the request. NTSTATUS codes are specified in [MS-ERREF] section 2.3.
public int IoStatus
return int