XHPFreeDeviceList(3X) XHPFreeDeviceList(3X)
NAME
XHPFreeDeviceList - Free the input device list.
SYNOPSIS
#include <X11/XHPlib.h>
XHPFreeDeviceList (list)
XHPDeviceList *list;
ARGUMENTS
list Specifies the pointer to the XHPDeviceList array returned by a previous call to XHPListInputDevices.
DESCRIPTION
This request is part of an HP-proprietary extension to X. Its functionality has been superseded by the standard X input device extension
XFreeDeviceList request. You should use XListInputDevices and XFreeDeviceList instead of XHPListInputDevices and XHPFreeDeviceList if
possible.
This request frees the array of XHPDeviceList structures allocated by XHPListInputDevices.
RETURN VALUE
none
FILES
/usr/include/X11/XHPlib.h
ORIGIN
Hewlett-Packard Company
SEE ALSO
XHPListInputDevices(3x)
X Version 11 Release 5 XHPFreeDeviceList(3X)