C# 클래스 Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DR_DEVICE_IOREQUEST

This header is embedded in all server requests on a specific device.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_4.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
CompletionId uint
DeviceId uint
FileId uint
Header RDPDR_HEADER
MajorFunction MajorFunction_Values
MinorFunction MinorFunction_Values

프로퍼티 상세

CompletionId 공개적으로 프로퍼티

A 32-bit unsigned integer that specifies a unique ID for each request. The ID is considered valid until a Device I/O Response is received. Subsequently, the ID can be reused.
public uint CompletionId
리턴 uint

DeviceId 공개적으로 프로퍼티

A 32-bit unsigned integer that is a unique ID. The value MUST match the DeviceId value in the Client Device List Announce Request.
public uint DeviceId
리턴 uint

FileId 공개적으로 프로퍼티

A 32-bit unsigned integer that specifies a unique ID retrieved from the Device Create Response.
public uint FileId
리턴 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_IOREQUEST.
public RDPDR_HEADER,Microsoft.Protocols.TestSuites.Rdpbcgr.efs Header
리턴 RDPDR_HEADER

MajorFunction 공개적으로 프로퍼티

A 32-bit unsigned integer that identifies the request function. This field MUST have one of the following values.
public MajorFunction_Values MajorFunction
리턴 MajorFunction_Values

MinorFunction 공개적으로 프로퍼티

A 32-bit unsigned integer. This field is valid only when the MajorFunction field is set to IRP_MJ_DIRECTORY_CONTROL. This field MUST have one of the following values.
public MinorFunction_Values MinorFunction
리턴 MinorFunction_Values