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 Version | user32.dll |
|---|
| Custom Implementation | No |
|---|
| Header | winuser.h |
|---|
| Import library | user32.lib |
|---|
| Minimum operating systems | XP |
|---|