DATASERV (kappserv) functions
LIBRARY ROUTINE
kpds_destroy_value - destroy the value segment in a data object.
LIBRARY CALL
int kpds_destroy_value(
kobject object)
INPUT
- object - object from which to remove the value segment.
OUTPUT
none
RETURN VALUE
TRUE if the value segment is successfully destroyed,
FALSE otherwise
DESCRIPTION
This function is used to destroy the value segment
contained within an object. Once the value segment
has been destroyed, any data or attributes associated
with the value data will be lost forever. A new
value segment can be created in its place with the
function kpds_create_value.
If the value segment does not exist in the specified
object, it is considered to be an error.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DATASERV/objects/library/kappserv/src/pds_value.c
SEE ALSO
kappserv(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.