How I can logoff current user in Windows 2000 when the application is closed?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
James said:
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
 
Back
Top