NAME
cxDataCheckErrorInfoGet
- extract information from a cxDataCheckErrorInfo structure.
C SPECIFICATION
#include <cx/DataOps.h>
typedef struct {
cxDataCheckError error;
void *ptr;
char *msg;
} cxDataCheckErrorInfo;
void cxDataCheckErrorInfoGet( cxDataCheckErrorInfo *info,
cxDataCheckError *err,
void **ptr,
char **msg );
FORTRAN SPECIFICATION
subroutine cxDataCheckErrorInfoGet( info, err, ptr, msg )
integer info
integer err
character*(*) msg
char*1 point
pointer(ptr, point)
PARAMETERS
-
info
-
Pointer to cxDataCheckErrorInfo error structure.
-
err
-
cxDataCheckError error code.
-
ptr
-
Pointer to actual memory in error.
-
msg
-
Null terminated character string tracing location of error.
DESCRIPTION
cxDataCheckErrorInfoGet
extracts the contents of a cxDataCheckErrorInfo structure.
SEE ALSO
cxDataCheckErrorInfoNew(3E),
cxDataCheckErrorInfoDel(3E),
cxDataCheckErrorInfoMsgAppend(3E)
Last modified: Mon Nov 18 13:47:51 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996