#include "ciflib.h"
char **cifGetDataBlockWarnings(const char *dataBlockName,
int *numWarnings)
cifGetDataBlockWarnings returns the list of warnings and the number of warnings for the target data block. The data block is identified by name.
| dataBlockName | name of the target data block |
| numWarnings | address of the integer to hold the number of warnings in the target data block |
Returns an array of warning messages or a NULL value for failure.
| See also: | cifGetDataBlockWarningsByIndex |
|---|---|
| cifGetDataBlockErrors | |
| cifGetDataBlockErrorsByIndex |