C# Класс 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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CompletionId uint
DeviceId uint
Header RDPDR_HEADER
IoStatus int

Описание свойств

CompletionId публичное свойство

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
Результат uint

DeviceId публичное свойство

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
Результат uint

Header публичное свойство

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
Результат RDPDR_HEADER

IoStatus публичное свойство

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
Результат int