Desktop Functions: Smart Device Functions:
|
CancelShutdown (user32)
C# Signature:
[DllImport("user32.dll", SetLastError=true)] VB Signature:
Declare Function CancelShutdown Lib "user32.dll" () As Integer User-Defined Types:None. Alternative Managed API:in C#:
in C#: Notes:One does not simply shutdown a computer. None. Tips & Tricks:Please add some! Sample Code:CancelShutdown(); Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|