Hi,
I have been asked to device a way to replace a few calls to
SC_CreateEvent from several modules within the OAL that we are using
because these calls are not supported in WM7 (they never were as I
found out). What is the recommended way to do this? I read that in WM7
since you can have kernel mode drivers, one can write such a driver to
emulate that capability. I imagine that the driver would have to send
a customed IOCTL to AOL and register some callback function that OAL
can call to let the driver know that data is available?
Thanks
Pedro