Close all windows and logon as a different user
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
(2(2 Vote))
lngResult = ExitWindowsEx(EWX_LogOff, 0&)
Close all windows and logon as a different user Comments
No comments yet — be the first to post one!
Post a Comment