VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Exit / Shutdowns Windows

Waty Thierry  (60 Submissions)   Windows System Services   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Tue 30th March 1999   Mon 8th February 2021

Exit / Shutdowns Windows

API Declarations


' * Programmer Name : Waty Thierry
' * Web Site : www.geocities.com/ResearchTriangle/6311/
' * E-Mail : [email protected]
' * Date : 13/10/98
' * Time : 10:24
' * Module Name : Windows_Module
' * Module Filename : Windows.bas
' **********************************************************************
' * Comments :
' * Exit Windows
' **********************************************************************

' *** Exit windows with one of the following results. dwReserved = 0
Private Declare Function ExitWindowsEx Lib "user32" (ByVal uFlags As Long, ByVal dwReserved As Long) As Long

Public Const EXIT_LOGOFF = 0
Public Const EXIT_SHUTDOWN = 1
Public Const EXIT_REBOOT = 2


Rate Exit / Shutdowns Windows (2(2 Vote))
Exit / Shutdowns Windows.bas

Exit / Shutdowns Windows Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters