NAME

cxUnkDup - create a duplicate of unknown type

C SPECIFICATION

#include <cx/DataAccess.h>

cxUnknown *cxUnkDup(cxUnknown *src)

FORTRAN SPECIFICATION

integer function cxUnkDup(src)
integer src

PARAMETERS

src
Data structure of type cxUnknown

FUNCTION RETURN VALUE

Returns a pointer to a new cxUnknown structure.

DESCRIPTION

cxUnkDup creates a copy of src and returns a pointer to it.

SEE ALSO

cxUnknown(3E), cxDataAllocErrorGet(3E).
Last modified: May 27 15:21 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999