AbortSystemShutdown (advapi32)
Last changed: -37.160.138.42

.
Summary
Stops a system shutdown that has been initiated.

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
static extern bool AbortSystemShutdown(string lpMachineName);

VB Signature:

<DllImport("advapi32.dll", SetLastError:=True)> _
Public Function AbortSystemShutdown( _
    ByVal lpMachineName As String) As <MarshalAs(UnmanagedType.Bool)> Boolean
End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation