Voice API for Windows Operating Systems Library Reference — November 2003 117
return user-defined tone ID that terminated I/O function — ATDX_TONEID( )
/*
* Continue Processing
* .
* .
* .
*/
/*
* Close the opened D/xxx Channel Device
*/
if ( dx_close( chdev ) != 0 ) {
perror( "close" );
}
/* Terminate the Program */
exit( 0 );
}
!
!!
!See Also
None.