VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Declare Function ExitWindows% Lib User (ByVal dwReturnCode&, ByVal reserved%) Dim I% Const EW_REB

Sean Dooley  (1 Submission)   Games   VB 6.0   Unknown Difficulty   Thu 9th November 2000   Mon 8th February 2021

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))
Declare Function ExitWindows% Lib User (ByVal dwReturnCode&, ByVal reserved%) Dim I% Const EW_REB.bas

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

0/1000 characters