From: killme on
Hi,

I was creating a dummy port monitor and tried calling
SendAsyncNotification() and SendAsyncUINotification() from that in Vista.
SendAsyncUINotification() was working fine and I was able to see the balloon
notification. But SendAsyncNotification() works only if I delete the printer.
In other scenarios, for .e.g., if I call it from StartDocPort() of port
monitor with SERVER_START_DOC as argument, it is not getting called at all.
For the DDK provided client utility (ddkasyncnotify.exe), I am giving the
printer name as the command line argument.
Is there anything more I've to do to bring up a message box?