2.2.5.13.2 RopFindRow ROP Success Response Buffer

The following descriptions define valid fields for the RopFindRow ROP success response buffer.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

RopId

InputHandleIndex

ReturnValue

...

RowNoLongerVisible

HasRowData

RowData (variable)

...

RopId (1 byte):  An unsigned integer that specifies the type of ROP. For this operation this field is set to 0x4F.

InputHandleIndex (1 byte):  An unsigned integer index that MUST be set to the value specified in the InputHandleIndex field in the request.

ReturnValue (4 bytes):  An unsigned integer that specifies the status of the ROP. For this response, this field is set to 0x00000000.

RowNoLongerVisible (1 byte):  A Boolean that specifies whether the bookmark target is no longer visible.

HasRowData (1 byte):  A Boolean that indicates whether the RowData field is present.

RowData (variable): A PropertyRow structure that is present only when the HasRowData field is set to a nonzero value. The format of the PropertyRow structure is specified in [MS-OXCDATA] section 2.8. The columns used for these rows were those previously set on this table by a RopSetColumns ROP request (section 2.2.5.1).