- Home
·
- Games
·
- Declare Function ExitWindows% Lib User (ByVal dwReturnCode&, ByVal reserved%) Dim I% Const EW_REB
Declare Function ExitWindows% Lib User (ByVal dwReturnCode&, ByVal reserved%) Dim I% Const EW_REB
Declare Function ExitWindows% Lib "User" (ByVal dwReturnCode&, ByVal reserved%) Dim I% Const EW_REBOOTSYSTEM = &H43 Const EW_RESTARTWINDOWS =
API Declarations
Dim I%
Const EW_REBOOTSYSTEM = &H43
Const EW_RESTARTWINDOWS = &H42
I% = ExitWindows%(EW_REBOOTSYSTEM + EW_RESTARTWINDOWS, 0)
Rate Declare Function ExitWindows% Lib User (ByVal dwReturnCode&, ByVal reserved%) Dim I% Const EW_REB
(1(1 Vote))
Dim I%
Const EW_REBOOTSYSTEM = &H43
Const EW_RESTARTWINDOWS = &H42
I% = ExitWindows%(EW_REBOOTSYSTEM + EW_RESTARTWINDOWS, 0)
Declare Function ExitWindows% Lib User (ByVal dwReturnCode&, ByVal reserved%) Dim I% Const EW_REB Comments
No comments yet — be the first to post one!
Post a Comment