DATASERV (kappserv) functions
LIBRARY ROUTINE
kpds_create_value - create a value segment within a data object.
LIBRARY CALL
int kpds_create_value(
kobject object)
INPUT
- object - object in which to create the value segment.
OUTPUT
none
RETURN VALUE
TRUE if the value segment was successfully created,
FALSE otherwise
DESCRIPTION
This function is used to create a value segment
within a specified data object. The size of the
value segment will be initialized to match any
the sizes shared with any other polymorphic segments.
It is considered an error to create a value segment
if the object already contains one.
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.