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

공개 프로퍼티들

프로퍼티 타입 설명
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