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