kpds_query_location - determine if the location segment exists in a data object.
LIBRARY CALL
int kpds_query_location(
kobject object)
INPUT
object - data object to be queried.
OUTPUT
none
RETURN VALUE
TRUE if the location segment exists, FALSE otherwise
DESCRIPTION
This function is used to determine if the location
segment exists in a data object. If location segment
exists in the specified object, then this function
will return TRUE. If the object is invalid, or location
data does not exist in the object, then this function
will return FALSE.