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.
Namespace: DevCase.Win32.NativeMethodsAssembly: 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()
<DllImportAttribute("User32.dll", SetLastError := true>]
Public Shared Sub DisableProcessWindowsGhosting
User32.DisableProcessWindowsGhosting()
public:
[DllImportAttribute(L"User32.dll", SetLastError = true)]
static void DisableProcessWindowsGhosting()
[<DllImportAttribute("User32.dll", SetLastError = true)>]
static member DisableProcessWindowsGhosting : unit -> unit
No code example is currently available or this language may not be supported.