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.
See cxDataManAbortOnError for more details on writing portable
module code that copes well with limited memory.
SEE ALSO
cxDataManAbortOnError
[ Documentation Home ]