WMINQUIRE(3W)
Series 300 and 500 Only
NAME
wminquire − get a window manager environment variable
SYNOPSIS
int wminquire(fd,environ,target);
int fd;
char *environ,*target;
DESCRIPTION
fd is an integer file descriptor for an opened window manager or window type device interface.
environ
is a pointer to a null terminated character string with the name of an environment variable known to the window manager.
target
is a pointer to sufficient space to place the resulting string. No string will be longer than 40 characters.
DISCUSSION
Place the value of environment variable name, as used by the window manager, environ, in string space pointed to by target.
SEE ALSO
DIAGNOSTICS
A return of -1 indicates failure; otherwise 0 is returned. See errno(2) for more information.
Hewlett-Packard Company — May 11, 2021