IGETONSRQ(3)
HP-UX
NAME
igetonsrq − returns the current SRQ (service request) handler
SYNOPSIS
#include <sicl.h>
int igetonsrq(INST id, void (**proc)());
DESCRIPTION
Igetonsrq will store the address of the currently installed SRQ handler in the variable pointed to by proc. If no SRQ handler is installed, a 0 is stored.
RETURN VALUE
The igetonsrq command returns 0 on success, or a non-zero error code if an error occurred.
ERRORS
Some possible reasons for igetonsrq failing are:
[I_ERR_BADID] Invalid INST id.
[I_ERR_PARAM] Invalid parameter.
AUTHOR
igetonsrq was developed by HP.
SEE ALSO
ionsrq(3), igeterrno(3), igeterrstr(3).
Hewlett-Packard Company — May 05, 1994