[DllImport("advapi32.dll", SetLastError=true)]
static extern bool AbortSystemShutdown(string lpMachineName);
<DllImport("advapi32.dll", SetLastError:=True)> _
Public Function AbortSystemShutdown( _
ByVal lpMachineName As String) As <MarshalAs(UnmanagedType.Bool)> Boolean
End Function
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!
See the link: http://msdn.microsoft.com/en-us/library/windows/desktop/aa376861(v=vs.85).aspx for C++ example code.