BOOTSTRAP (kcms) functions
LIBRARY ROUTINE
kcms_duplicate - duplicate a kcms object
LIBRARY CALL
kobject
kcms_duplicate(
kobject src,
kobject dest)
INPUT
- src - object to be copied
- dest - parent object where new object will reside
OUTPUT
none
RETURN VALUE
An object reference (kobject) for the newly created duplicate,
or NULL on failure.
DESCRIPTION
This routine calls the appropriate copy routine to
copy an object to another object. The following
combinations are legal:
1. All objects in one toolbox to another toolbox
2. A program or library object to another toolbox
3. A CM file object to another program or library object
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kcms/src/public.c
SEE ALSO
kcms(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.