DATAMANIP (kdatamanip) functions


LIBRARY ROUTINE

lkprdata - print object data in ASCII format to file

LIBRARY CALL

int lkprdata(
   kobject in_obj,
   kfile   *ascii_out,
   int     print_attributes,
   int     print_index,
   int     print_location,
   int     print_time,
   int     print_value,
   int     print_mask,
   int     print_map_index,
   int     print_map,
   int     map_value_data,
   int     replace_flag,
   char    *replace_string)

INPUT

OUTPUT

RETURN VALUE

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

DESCRIPTION

Library Routine for kprdata. Prints attributes and data and indices associated with each data segment in formatted ASCII to the print device. The flags passed in define what will be printed.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DATAMANIP/objects/library/kdatamanip/src/lkprdata.c

SEE ALSO

kdatamanip(3)

COPYRIGHT

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