next up previous contents
Next: cifGetDataBlockWarnings Up: CIFLIB Error Handling and Previous: cifGetDataBlockErrors

cifGetDataBlockErrorsByIndex

NAME cifGetDataBlockErrorsByIndex

PROTOTYPE

#include "ciflib.h"

char **cifGetDataBlockErrorsByIndex(const int  dataBlockIndex,
                                          int *numErrors)
PURPOSE

cifGetDataBlockErrorsByIndex returns the list of errors and the number of errors for the target data block. The data block is identified by index.

RECEIVES

dataBlockIndex index of the target data block
numErrors address of the integer to hold the number of errors in the target data block

RETURN VALUE

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

REMARKS

See also: cifGetDataBlockErrors
  cifGetDataBlockWarnings
  cifGetDataBlockWarningsByIndex



Olivera Tosic
6/17/2002