Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Guys,
I have ran into a problem in which the ISensLogon Notifications only gets called if I stop My Service.
Actually I have created a service which implements some code that need administrator privileges. Now I want to start the code when I logon in to the user session. So for detecting the logon & Shell Start Notification I have Written a ISensLogon Interface and Registered it.
My service auto runs at boot suppose to capture the notifications, I think it is doing That in the background as well, but the Interface Methods are only called when the service stops and the destructor calls the unregister function to unregister the interface.

I have used the Whole code from the mentioned here . Actually I have created a class file in my service and copy pasted the code in to the code as I don't know much about com interfaces.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900