#include "ciflib.h"
char **cifGetDataBlockWarningsByIndex(const int dataBlockIndex,
int *numWarnings)
cifGetDataBlockWarningsByIndex returns the list of warnings and the number of warnings for the target data block. The data block is identified by index.
| dataBlockIndex | index 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: | cifGetDataBlockWarnings |
|---|---|
| cifGetDataBlockErrors | |
| cifGetDataBlockErrorsByIndex |