DATASERV (kappserv) functions
LIBRARY ROUTINE
kpds_query_map - determine if the map segment exists in a data object.
LIBRARY CALL
int kpds_query_map(
kobject object)
INPUT
- object - data object to be queried.
OUTPUT
none
RETURN VALUE
TRUE if the map segment exists, FALSE otherwise
DESCRIPTION
This function is used to determine if the map
segment exists in a data object. If map segment
exists in the specified object, then this function
will return TRUE. If the object is invalid, or map
data does not exist in the object, then this function
will return FALSE.
When the mapping mode is set to map the data, the
data object will always appear to not contain a map.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DATASERV/objects/library/kappserv/src/pds_map.c
SEE ALSO
kappserv(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.