Porting a TSP (Windows Embedded CE 6.0)
1/6/2010
To port a TSP successfully from a Windows desktop-based OS to a Windows Embedded CE–based OS design, you must consider the general porting factors that apply to the porting of any application to a Windows Embedded CE–based device. You also must follow the following TAPI-specific steps when you port a TSP to Windows Embedded CE.
- To port a TSP from Windows Embedded 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.