This is a code that can Shutdown Windows using User32 Lib
This is a code that can Shutdown Windows using User32 Lib
API Declarations
Public Const EXIT_LOGOFF=0
Public Const EXIT_SHUTDOWN=1
Public Const EXIT_REBOOT=2
Public Sub ShutDown(uflags as long)
Call ExitWindowsEx(uflags,0)
End Sub
Rate This is a code that can Shutdown Windows using User32 Lib
(1(1 Vote))
Call ShutDown(1)
End Sub
This is a code that can Shutdown Windows using User32 Lib Comments
No comments yet — be the first to post one!
Post a Comment