NAME

cxParamDup - duplicate a parameter

C SPECIFICATION

#include <cx/DataAccess.h>

cxParameter *cxParamDup(cxParameter *src)

FORTRAN SPECIFICATION

integer function cxParamDup(src)
integer src

PARAMETERS

src
Parameter structure to be duplicated.

FUNCTION RETURN VALUE

Returns a pointer to a duplicate of src.

DESCRIPTION

Creates a duplicate of the parameter src, and returns a pointer to the duplicate. The new parameter has the same type and value as src.

See cxDataManAbortOnError for more details on writing portable module code that copes well with limited memory.

SEE ALSO

cxDataManAbortOnError



[ Documentation Home ]