Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/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_lineGetProcTablefunction.
- In the
TSPI_PROCSstructure, 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_lineGetProcTablefunction to the .def file.