#include "ciflib.h"
void cifFreeDataBlockErrorByIndex(const int dataBlockIndex,
const int errorIndex)
cifFreeDataBlockErrorByIndex frees/removes the error message for the error identified by its index in the target data block. The data block is identified by index.
| dataBlockIndex | index of the target data block |
| errorIndex | index of the target error in the target data block |
None
| See also: | cifFreeDataBlockError |
|---|---|
| cifFreeDataBlockWarning | |
| cifFreeDataBlockWarningByIndex |