C# 클래스 Microsoft.Protocols.TestSuites.Common.RopCopyToResponse

파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DestHandleIndex uint
PropertyProblemCount ushort
PropertyProblems Microsoft.Protocols.TestSuites.Common.PropertyProblem[]
ReturnValue uint
RopId byte
SourceHandleIndex byte

공개 메소드들

메소드 설명
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

메소드 상세

Deserialize() 공개 메소드

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
리턴 int

프로퍼티 상세

DestHandleIndex 공개적으로 프로퍼티

Unsigned 32-bit integer. Available for failure response. This index MUST be set to the DestHandleIndex specified in the request. More information about Server Objects can be found in section 3.
public uint DestHandleIndex
리턴 uint

PropertyProblemCount 공개적으로 프로퍼티

Unsigned 16-bit integer. This value specifies the number of PropertyProblem structures in the PropertyProblems field.
public ushort PropertyProblemCount
리턴 ushort

PropertyProblems 공개적으로 프로퍼티

Array of PropertyProblem structures. The number of structures contained in this field is specified by the PropertyProblemCount field. The format of the PropertyProblem structure is specified in [MS-OXCDATA].
public PropertyProblem[],Microsoft.Protocols.TestSuites.Common PropertyProblems
리턴 Microsoft.Protocols.TestSuites.Common.PropertyProblem[]

ReturnValue 공개적으로 프로퍼티

Unsigned 32-bit integer. This value specifies the status of the remote operation. For this response, this field is set to 0x00000000.
public uint ReturnValue
리턴 uint

RopId 공개적으로 프로퍼티

Unsigned 8-bit integer. This value specifies the type of remote operation. For this operation, this field is set to 0x39.
public byte RopId
리턴 byte

SourceHandleIndex 공개적으로 프로퍼티

Unsigned 8-bit integer. This index MUST be set to the SourceHandleIndex specified in the request.
public byte SourceHandleIndex
리턴 byte