Porting a Windows NT ACM Driver to Windows CE

To port an ACM driver from Windows NT to Windows CE, link the driver with the Acmdwrap.lib file, which provides the driver with the appropriate stream I/O interface. This library not only handles all interactions with the ACM and the Device Manager, but also passes messages from its ACM_IOControl function to the Windows NT ACM driver’s existing DriverProc function.