Can anyone give me a suggestion: what WINDOWS API I can use to logoff the current Windows 2000 user when the my application is closed? Thanks.
William DePalo [MVP VC++] - 03 Mar 2004 21:02 GMT
> Can anyone give me a suggestion: what
> WINDOWS API I can use to logoff the current
> Windows 2000 user when the my application is closed?
ExitWindowsEx().
Regards,
Will