VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Close all windows and logon as a different user

by Anonymous (267 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Tue 24th November 1998
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Close all windows and logon as a different user

API Declarations


Private Declare Function ExitWindowsEx Lib "user32" (ByVal dwOptions As Long, ByVal dwReserved As Long) As Long

Rate Close all windows and logon as a different user



lngResult = ExitWindowsEx(EWX_LogOff, 0&) 

Download this snippet    Add to My Saved Code

Close all windows and logon as a different user Comments

No comments have been posted about Close all windows and logon as a different user. Why not be the first to post a comment about Close all windows and logon as a different user.

Post your comment

Subject:
Message:
0/1000 characters