IGETTIMEOUT(3)
HP-UX
NAME
igettimeout − return current time limit for I/O operations
SYNOPSIS
#include <sicl.h>
int igettimeout (id, val);
INST id;
long *val;
DESCRIPTION
Igettimeout returns the current timeout value in val (milliseconds).
RETURN VALUE
Igettimeout returns 0 on success, or a non-zero error code otherwise.
ERRORS
Igettimeout fails under the following circumstances, and sets the return value to one of the following:
[I_ERR_BADID] The INST id is invalid.
SEE ALSO
igeterrno(3), igeterrstr(3), itimeout(3)
AUTHOR
igettimeout was developed by HP.
Hewlett-Packard Company — May 05, 1994