Shutdown Services

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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);
    

See Also

Reference

lineShutdown

Concepts

Shutting Down TAPI