Writing an Installable Device Driver DLL

This section describes what you need to do in order to write an installable device driver DLL, and explains the issues you will need to consider when implementing the DLL. As discussed in the Overview of Installable Device Drivers, you need to create a dynamic link library which contains the required entry points. You should do this using Microsoft Visual C++ and the extensions provided by the Windows CE Device Driver Kit.

For more information, see the following topics: