#include "ciflib.h"
char *cifGetDataBlockWarning(const char *dataBlockName,
const int warningIndex)
cifGetDataBlockWarning returns the warning message for the warning identified by its index in the target data block. The data block is identified by name.
| dataBlockName | name 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: | cifGetDataBlockWarningByIndex |
|---|---|
| cifGetDataBlockError | |
| cifGetDataBlockErrorByIndex |