VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This is a code that can Shutdown Windows using User32 Lib

Michael Quisoy  (1 Submission)   Windows System Services   Visual Basic 5.0   Unknown Difficulty   Sat 8th May 1999   Mon 8th February 2021

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))
This is a code that can Shutdown Windows using User32 Lib.bas

This is a code that can Shutdown Windows using User32 Lib Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters