Porting a Desktop ACM Driver to Windows CE (Windows CE 5.0)
To port an ACM driver from the desktop 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 desktop ACM driver's existing DriverProc function.
See Also
Audio Compression Manager Drivers
Send Feedback on this topic to the authors