C# Class Microsoft.Protocols.TestSuites.Common.RopExpandRowResponse

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
ExpandedRowCount uint
InputHandleIndex byte
ReturnValue uint
RopId byte
RowCount ushort
RowData PropertyRowSet

Méthodes publiques

Méthode Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public méthode

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.
Résultat int

Property Details

ExpandedRowCount public_oe property

Unsigned 32-bit integer. This value specifies the total number of rows available in the expanded category.
public uint ExpandedRowCount
Résultat uint

InputHandleIndex public_oe property

Unsigned 8-bit integer. This index MUST be set to the InputHandleIndex specified in the request.
public byte InputHandleIndex
Résultat byte

ReturnValue public_oe property

Unsigned 32-bit integer. This value specifies the status of the remote operation. For success response, this field is set to 0x00000000. For failure response, this field is set to a value other than 0x00000000.
public uint ReturnValue
Résultat uint

RopId public_oe property

Unsigned 8-bit integer. This value specifies the type of remote operation. For this operation, this field is set to 0x59.
public byte RopId
Résultat byte

RowCount public_oe property

Unsigned 16-bit integer. This value specifies the number of structures present in the RowData field.
public ushort RowCount
Résultat ushort

RowData public_oe property

List of PropertyRow structures. The number of structures contained in this field is specified by the RowCount field. The format of the PropertyRow structure is specified in [MS-OXCDATA] and the columns used for these rows were those previously set on this table by a RopSetColumns.
public PropertyRowSet,Microsoft.Protocols.TestSuites.Common RowData
Résultat PropertyRowSet