DisableProcessWindowsGhosting Function

Disables the window ghosting feature for the calling graphical user interface (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.

Syntax

void DisableProcessWindowsGhosting(VOID);

Return Value

No return value.

Remarks

After calling DisableProcessWindowsGhosting, the ghosting feature is disabled for the duration of the process.

Function Information

Minimum DLL Versionuser32.dll
Custom ImplementationNo
Headerwinuser.h
Import libraryuser32.lib
Minimum operating systems Windows XP XP
Tags :


Page view tracker