Repairs invalid header block corruption in the database. Currently, it removes all the invalid blocks from the database.
Syntax
ESS_FUNC_M EssFixIBH (hCtx, action);
Parameter | Data Type | Description |
---|---|---|
hCtx; | ESS_HCTX_T | Context handle |
action; | ESS_IBH_ACTION | An enumeration type. For this release the only valid value is REMOVE. |
See Also