This will shutdown your window(Not for win. XP) one line code
This will shutdown your window(Not for win. XP) one line code
API Declarations
Global Const EWX_SHUTDOWN = 1
Global Const EWX_REBOOT = 2
Rate This will shutdown your window(Not for win. XP) one line code
(1(1 Vote))
d = ExitWindowsEx(EWX_SHUTDOWN, 0&)
FOR RESTARTING WINDOWS USE FOLLOWING CODE.
d = ExitWindowsEx(EWX_REBOOT, 0&)
This will shutdown your window(Not for win. XP) one line code Comments
No comments yet — be the first to post one!
Post a Comment