xwd_writeheader - writes a xwd header structure from the specified kfile id
LIBRARY CALL
int xwd_writeheader(
int fid,
xwd *image)
INPUT
fid - the kfile id opened previously with kopen()
image - the image header to be written
OUTPUT
none
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
This routines writes a xwd header structure and it's
data into the specified filename. The routine
uses the ktransport library which allows for
remote reading of the xwd header.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DATASERV/objects/library/kdatafmt/src/xwd.c
SEE ALSO
kformats(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.