4.3.2 Server Response to Client Request

0000: 13 01 00 00 00 00 00

The first 6 bytes of the ROP response buffer are the RopId, InputHandleIndex, and ReturnValue fields.

  
 0000: 13 01 00 00 00 00

RopId: 0x13 (RopSortTable ([MS-OXCROPS] section 2.2.5.2))

InputHandleIndex: 0x01

ReturnValue: 0x00000000 (Success)

The final byte in the ROP response buffer is the TableStatus field described in section 2.2.2.3.2.

  
 0006: 00

TableStatus: 0x00. This value is "TBLSTAT_COMPLETE", indicating that the sorting operation has been completed.