Share via


Shutdown Services

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

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.