Porting a TSP (Windows CE 5.0)

Send Feedback

To port a TSP successfully from a Windows desktop-based OS to a Windows CE–based OS design, you must consider the general porting factors that apply to the porting of any application to a Windows CE–based device. You also must follow the following TAPI-specific steps when you port a TSP to Windows CE.

  • To port a TSP from Windows CE, you must supply the TSPI_lineGetProcTable function.
  • In the TSPI_PROCS structure, fill in the table with pointers to the functions that are included in the TSPI DLL.
  • Remove all of the interface functions of TSP that are listed in the .def file, and add the TSPI_lineGetProcTable function to the .def file.

See Also

Telephony Service Provider Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.