Greetings! I want to write a virtual audio device driver to capture the
sound output of another windows application. I have come across
previous posts in this news group
http://tinyurl.com/862cv
http://tinyurl.com/8ssl6
that suggest writing an old-style winmm user mode driver using a
wodMessage callback. This sounds like exactly what I want.
The problem is that I would really need some working sample code to get
started, otherwise I would have no idea how to structure such a driver.
Even though the MS documentation tells you some things about how to go
about it, I don't quite feel that I get what I need to start writing
code just by reading the DDK help files... I have looked in the samples
provided with win98DDK as well as the latest DDK, but to no avail...
Can anybody point me to, or provide me with some sample code for this?
I would be extremely grateful!

regards
- Jonas