DisableProcessWindowsGhosting function user32

void DisableProcessWindowsGhosting()

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.

To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-disableprocesswindowsghosting.

Implementation

@pragma('vm:prefer-inline')
void DisableProcessWindowsGhosting() => _DisableProcessWindowsGhosting();