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