#include "ciflib.h"
char *cifGetDataBlockWarningByIndex(const int dataBlockIndex,
const int warningIndex)
cifGetDataBlockWarningByIndex returns the warning message for the warning identified by its index in the target data block. The data block is identified by index.
| dataBlockIndex | index of the target data block |
| warningIndex | index of the target warning in the target data block |
Returns an warning message or a NULL value for failure.
| See also: | cifGetDataBlockWarning |
|---|---|
| cifGetDataBlockError | |
| cifGetDataBlockErrorByIndex |