EssMdxGetCellStatus

Returns the status of the cell specified by hCell. The status can be tested against the bitmasks in pulStatus to determine whether the cell is of the corresponding type. This function should be called only after an earlier call to EssMdxSetNeedCellStatus.

Syntax

ESS_FUNC_M EssMdxGetCellStatus(
   ESS_MDX_QRYHDL_T        hQry,
   ESS_MDX_CELLHDL_T       hCell,
   ESS_MDX_PCELLSTATUS_T   pulStatus);
ParameterTypeDescription
hQryinputQuery handle
hCellinputCell handle
pulStatusoutput

Cell status:

Bitmap with the following masks:

  • ESS_MDX_CELLSTATUS_LINKEDOBJS

  • ESS_MDX_CELLSTATUS_DYNCALC

  • ESS_MDX_CELLSTATUS_CALCED

  • ESS_MDX_CELLSTATUS_READONLYMBR