Voice API for Windows Operating Systems Library Reference — November 2003 55
return a pointer to the board device name — ATDX_BDNAMEP( )
.
/* Open the channel device */
if ((chdev = dx_open("dxxxB1C1", NULL)) == -1) {
/* Process error */
}
/* Display board name */
bdnamep = ATDX_BDNAMEP(chdev);
printf("The board device is: %s\n", bdnamep);
/* Open the board device */
if ((bddev = dx_open(bdnamep, NULL)) == -1) {
/* Process error */
}
.
.
}
!
!!
!See Also
None.