ShutdownBlockReasonDestroy (user32)
Last changed: -216.16.37.11

.
Summary
Indicates that the system can be shut down and frees the reason string.

C# Signature:

[DllImport("user32.dll", SetLastError=true)]
static extern bool ShutdownBlockReasonDestroy(IntPtr hWnd);

VB Signature:

Declare Function ShutdownBlockReasonDestroy Lib "user32.dll" (hWnd As IntPtr) As Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Parameters:

hWnd - A handle to the main window of the application.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation