Where to receive MCI PostMessageW notifications?

2009-11-11 Thread Joerg-Cyril.Hoehle
Hi, the MCI relies on notification to implement auto-open correctly. When the command is done, it must send out a notification via PostMessageW. The receiver then ought to call mciClose. One possible implementation would be to have auto-open start a thread that does nothing else but wait for

Re: Where to receive MCI PostMessageW notifications?

2009-11-11 Thread Eric Pouech
joerg-cyril.hoe...@t-systems.com a écrit : Hi, the MCI relies on notification to implement auto-open correctly. When the command is done, it must send out a notification via PostMessageW. The receiver then ought to call mciClose. One possible implementation would be to have auto-open start a