VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

You can shutdown your windows any time you want.

Serdar KULA  (1 Submission)   Windows System Services   Visual Basic 5.0   Unknown Difficulty   Thu 8th June 2000   Mon 8th February 2021

You can shutdown your windows any time you want.

API Declarations


Long, ByVal dwReserved As Long) As Long

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 You can shutdown your windows any time you want. (2(2 Vote))
You can shutdown your windows any time you want..bas

You can shutdown your windows any time you want. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters