Shutdown Services (Windows Embedded CE 6.0)
1/6/2010
The lineShutdown function completely disconnects the application from TAPI 2.0. If lineShutdown is called when the TAPI application has lines that are open or calls that are active, the calls are closed and the line is shut down.
To disconnect TAPI from the application
Call the lineShutdown function to disconnect TAPI from the application.
The following code example shows how to use the lineShutdown function to disconnect TAPI from the application.
lineShutdown (g_hLineApp);