|
Posted by Greg Aronov on May 29, 2008, 7:33 pm
Please log in for more thread options
Hello,
I'm writing a service dll that creates a thread with a hidden window
that is registered to receive POOM notifications.I register my window
class and create the window object in InitThread but I don't receive
any POOM notifications in my WindProc (windproc for my window). If I
use the same code in an executable rather than a dll, everything works
and I do receive POOM notifications. Any help will be great.
Greg
|