next up previous contents
Next: cifGetDataBlockWarningsByIndex Up: CIFLIB Error Handling and Previous: cifGetDataBlockErrorsByIndex

cifGetDataBlockWarnings

NAME cifGetDataBlockWarnings

PROTOTYPE

#include "ciflib.h"

char **cifGetDataBlockWarnings(const char *dataBlockName,
                                      int  *numWarnings)
PURPOSE

cifGetDataBlockWarnings returns the list of warnings and the number of warnings for the target data block. The data block is identified by name.

RECEIVES

dataBlockName name of the target data block
numWarnings address of the integer to hold the number of warnings in the target data block

RETURN VALUE

Returns an array of warning messages or a NULL value for failure.

REMARKS

See also: cifGetDataBlockWarningsByIndex
  cifGetDataBlockErrors
  cifGetDataBlockErrorsByIndex



Olivera Tosic
6/17/2002