DATASERV (kappserv) functions


LIBRARY ROUTINE

kpds_destroy_object_attr - destroy an attribute associated with the data object.

LIBRARY CALL

int kpds_destroy_object_attr(
   kobject object,
   char   *attribute)

INPUT

OUTPUT

none

RETURN VALUE

TRUE (1) on success, FALSE (0) otherwise

DESCRIPTION

The purpose of this routine is to provide the programmer with a mechanism for deleting attributes that were previously created with a call to kpds_create_object_attr.

The name argument specifies the name of the attribute to be destroyed. This function will fail if the attribute is one of the predefined KPDS attributes or if the specified attribute does not exist.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DATASERV/include/kappserv/kpolymorphic.h

SEE ALSO

kappserv(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.