ICAUSEERR(3)
HP-UX
NAME
icauseerr − used to simulate a SICL error
SYNOPSIS
#include <sicl.h>
void icauseerr(INST id, int error, int flag);
DESCRIPTION
Occasionally it is necessary for an application to simulate a SICL error. The icauseerr function will perform that function. This function will cause SICL to act as if the error specified by error has occurred on the session specified by id. If flag is 1, the error handler associated with this session is called (if present), otherwise it is not.
RETURN VALUE
icauseerr has no return value.
SEE ALSO
ionerror(3),igeterrno(3), igeterrstr(3)
AUTHOR
icauseerr was developed by HP.
Hewlett-Packard Company — September 29, 1999