Hi All,
I have a Windows NT service which spawns a win32 user-interface application
so that application runs in the context of a service (so that I can use APIs
like LogonUser).
I have made this service to be started 'Automatically' Log On As 'System
Account' with 'Allow Service to Interact with Desktop' access.
The problem is when a user logs on to machine and logs out, my win32
application is getting closed. Is there any way I tell the windows to
proceed with Log Off without closing my application.
The program SRVANY.EXE shipped with Windows NT Resource Kit seems to handle
this problem. I appreciate if someone can help me in this?
Thanks,
Kishore