Returns the type of the cell corresponding to the input cell handle.
ESS_FUNC_M EssMdxGetCellInfo (
ESS_MDX_CELLHDL_T hCell,
ESS_PULONG_T pUlType,
ESS_MDX_PCELLINFO_T pulCellInfo,
ESS_MDX_PCELLSTATUS_T pulStatus);| Parameter | Type | Description |
|---|---|---|
| hCell | input | Cell handle |
| pulType | output | Cell data type. Values:
|
| pulCellInfo | output | Cell status bit map specified using the following bitmasks:
|
| pulStatus | output | Cell status information. This is the same information returned by the EssMdxGetCellStatus function; see the function description for more information. The status information is returned only if the function EssMdxSetNeedCellStatus is called. |