Reboot the computer
Reboot the computer
API Declarations
Private Declare Function ExitWindowsEx Lib "user32" (ByVal dwOptions As Long, ByVal dwReserved As Long) As Long
Rate Reboot the computer
(2(2 Vote))
lngResult = ExitWindowsEx(EWX_REBOOT, 0&)
Reboot the computer Comments
No comments yet — be the first to post one!
Post a Comment