Share via


Porting a Desktop ACM Driver to Windows Embedded CE (Windows Embedded CE 6.0)

1/6/2010

To port an ACM driver from the desktop to Windows Embedded 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

Concepts

Audio Compression Manager Drivers