IVR Software Library
IVR Library Routine Descriptions
The following routine or parameter is maintained in the PACER and WIZARD IVR software library. These routines are developed for programmers who are creating and managing IVR application programs.
IVR programs can be written in C/C++ on Windows, Unix and Linux operating environments.
get_last_ivr_error()
IVRRETURN
*get_last_ivr_error()
The
get_last_ivr_error function returns the last error from the IVR.
Parameters
This
function takes no parameters.
Return Value
Return
a pointer to an IVRRETURN structure.
Example
IVRRETURN *ivrret; ivrret = get_last_ivr_error();
|