VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Restart Windows using ExitWindowsEx API Call.

Lateef Khan  (1 Submission)   Windows System Services   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Wed 28th June 2000   Mon 8th February 2021

Restart Windows using ExitWindowsEx API Call.

API Declarations


Const EWX_REBOOT = 2
Const EWX_LOGOFF = 0
Const EWX_FORCE = 4

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

Rate Restart Windows using ExitWindowsEx API Call. (1(1 Vote))
Restart Windows using ExitWindowsEx API Call..bas

Restart Windows using ExitWindowsEx API Call. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters