The Digital Network Interface library function prototypes and defines are listed in the dtilib.h file supplied with this release. Applications that use these library functions must include the following statements:
#include <windows.h> /* For Windows applications only */ #include <srllib.h> #include <dtilib.h>
To perform error handling in your routines, your source code must include the following line:
#include <errno.h>
Code that uses Voice devices and Voice Driver with Digital Network Interface devices must include the following statements, in the following order:
#include <windows.h> /* For Windows applications only */ #include <srllib.h> #include <dxxxlib.h> #include <dtilib.h> #include <errno.h>
Click here to contact Dialogic Customer Engineering
Copyright 2001, Dialogic Corporation