EssFixIBH() repairs invalid header block corruption in the database. Currently, it removes all the invalid blocks from the database.
ESS_FUNC_M EssFixIBH (hCtx, action);
ESS_HCTX_T | hCtx; |
ESS_IBH_ACTION | action; |
hCtx | Context handle |
action | An enumeration type. For this release the only valid value is REMOVE. |