Link to home
Start Free TrialLog in
Avatar of ossentoo
ossentoo

asked on

win32 log off user remotely

Is there an API function that I could use to log off a workstation remotely (not shutdown or reboot)?  I've been using ExitWindowsEx and InitiateSystemShutdown, but the former doesn't allow remote control , and the latter doesn't have remote log off.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of lame_programmer
lame_programmer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ossentoo
ossentoo

ASKER

Thanks for your help.  I'll check it out.