This section describes all the entry points that must be present in your installable device driver DLL. The required entry points cover all the Win32 Stream I/O functions that you must implement as well as the power management, initialization, and de-initialization functions necessary for all installable device drivers. When implementing them, replace the "xxx" with the three letter device filename prefix you have chosen.