XHPQueryImageFile(3X) — Subroutines
Series 300 and 800 Only
NAME
XHPQueryImageFile - Return image file header structure.
SYNOPSIS
XHPQueryImageFile (filename, xwd_header_return)
char ∗filename;
XWDFileHeader ∗xwd_header_return;
ARGUMENTS
filename Specifies the file name to use. The format of the file name is operating system specific.
xwd_header_return Returns information about the stored image in the XWDFileHeader structure.
DESCRIPTION
The XHPQueryImageFile function returns an image file’s header structure in the xwd_header_return parameter. The file /usr/include/X11/XWDFile.h is shown in appendix E, “HP Extensions,” of the Programming With Xlib manual.
RETURN VALUE
The XHPQueryImageFile function returns one of the following values defined in /usr/include/X11/XHPImageIO.h:
XHPIFSuccess Successful completion.
XHPIFFileErr Problem accessing file.
FILES
none
ORIGIN
Hewlett-Packard Company
SEE ALSO
XHPFileToPixmap(3X)
XHPFileToWindow(3X)
XHPPixmapToFile(3X)
XHPWindowToFile(3X)