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 cxDataManAbortOnError for more details on writing portable module code that copes well with limited memory.

SEE ALSO

cxDataManAbortOnError, cxUnknown



[ Documentation Home ]