NAME
cxDataCheckErrorInfoDel
- Delete a cxDataCheckErrorInfo structure.
C SPECIFICATION
#include <cx/DataOps.h>
typedef struct {
cxDataCheckError error;
void *ptr;
char *msg;
} cxDataCheckErrorInfo;
void cxDataCheckErrorInfoDel( cxDataCheckErrorInfo *info );
FORTRAN SPECIFICATION
subroutine cxDataCheckErrorInfoDel( info )
integer info
PARAMETERS
-
info
-
Pointer to cxDataCheckErrorInfo error structure.
DESCRIPTION
cxDataCheckErrorInfoDel
deletes the
cxDataCheckErrorInfo
pointed to by
info
and the error message contained within it.
SEE ALSO
cxDataCheckErrorInfoNew
cxDataCheckErrorInfoGet
cxDataCheckErrorInfoMsgAppend
[ Documentation Home ]