ImpersonateLoggedOnUser() on Vista 64?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am facing a strang problem for ImpersonateLoggedOnUser() on Vista 64. I am having a service and it internally launches a dll and that dll impersonates to paricular domain user. The code works perfect on XP, 2k3, vista 32, XP 64. But on vista 64 the service crashes. Does anybody have any idea why it might be creashing? Even i am not able to remote debug it. For remote debugging i put a message box in the dll whenever it pops up i remotely attach to that process and click on the message box for debugging. But on vista i cant see any message box. So how should i remote debug the code on vista 64?