User32DisableProcessWindowsGhosting Method

Disables the window ghosting feature for the calling GUI process.

Window ghosting is a Windows Manager feature that lets the user minimize, move, or close the main window of an application that is not responding.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("User32.dll", SetLastError = true)]
public static void DisableProcessWindowsGhosting()

Remarks

See Also