Porting a TSP
To port a TSP successfully from a Windows desktop-based OS to a Windows CE–based platform, 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
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.