NAME
cxDataDup
- duplicate data values
C SPECIFICATION
#include <cx/DataAccess.h>
cxData *cxDataDup(cxData *src)
FORTRAN SPECIFICATION
integer function cxDataDup(src)
integer src
PARAMETERS
-
src
-
Data structure to be copied.
FUNCTION RETURN VALUE
Returns a pointer to a duplicate of src.
DESCRIPTION
cxDataDup duplicates the data in src and returns a
pointer
handle
to the duplicate.
If space for the duplicate cannot be allocated, a NULL will be
returned, and subsequent calls to cxDataAllocErrorGet will
return non-zero.
SEE ALSO
cxDataAllocErrorGet(3E).
Last modified: Mon Nov 18 13:47:57 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996