|
From: Richard L. <ric...@ms...> - 2004-01-08 08:57:00
|
Hi, I want to hook onto the Windows Login (Gina.dll) so that I can login through an ID card. I can do the JNI stuff to talk from Java to the C dll. But I would like the C code to be able to talk back to the Java code through throwing events to my NT Service. My question is, does the Java Service Wrapper catch all events and pass them on? If that's so, then problem solved. If not, does it only pass on specific control events such as windows logoff, shutdown and ctr+C ? If so, can I modify the code to pass on all events? I know that I will have to use Integration Method #3, which is not a problem for me. However, any pointers to the code that is catching and possibly ignoring/passing on events would be helpful. Thanks. _________________________________________________________________ Expand your wine savvy and get some great new recipes at MSN Wine. http://wine.msn.com |