Poking around with WinCE P/Invoke...
A few more useful links I found for C# programmers trying to overcome the limitations of interop in the .NET CF:
Writing Unmanaged Functions for Microsoft .NET Compact Framework-based Applications [MSDN]
by Content Master Ltd
Basically, its time to dust-off your meager C++ skills and hack together a Native wrapper.