Shutdown Services (Windows CE 5.0)
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);
See Also
Shutting Down TAPI | lineShutdown
Send Feedback on this topic to the authors