BOOTSTRAP (kcms) functions


LIBRARY ROUTINE

kcms_destroy - destroy a kcms object

LIBRARY CALL

int
kcms_destroy(
   kobject  object)

INPUT

OUTPUT

none

RETURN VALUE

TRUE (1) if the object was successfully destroyed, FALSE (0) otherwise.

DESCRIPTION

This routine destroy's the object. It recursively calls destroy on sub-objects and removes all files on disk associated with the object. Finally, it informs its parent object that it is gone so the parent can remove the reference from its database.

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.