2.2.2.1.3 TableStatus

The TableStatus field refers to the status of any asynchronous operations being performed on the table.<1> The following values are used in the RopGetStatus ROP ([MS-OXCROPS] section 2.2.5.6), RopAbort ROP ([MS-OXCROPS] section 2.2.5.5), RopSetColumns ROP ([MS-OXCROPS] section 2.2.5.1), RopRestrict ROP ([MS-OXCROPS] section 2.2.5.3), and RopSortTable ROP ([MS-OXCROPS] section 2.2.5.2) responses.

Constant name

Value

Meaning

TBLSTAT_COMPLETE

0x00

No operations are in progress.

TBLSTAT_SORTING

0x09

A RopSortTable ROP is in progress.

TBLSTAT_SORT_ERROR

0x0A

An error occurred during a RopSortTable ROP.

TBLSTAT_SETTING_COLS

0x0B

A RopSetColumns ROP is in progress.

TBLSTAT_SETCOL_ERROR

0x0D

An error occurred during a RopSetColumns ROP.

TBLSTAT_RESTRICTING

0x0E

A RopRestrict ROP is in progress.

TBLSTAT_RESTRICT_ERROR

0x0F

An error occurred during a RopRestrict ROP.