This topic has not yet been rated - Rate this topic

DisableProcessWindowsGhosting function

Applies to: desktop apps only

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.

Syntax

VOID WINAPI DisableProcessWindowsGhosting(void);

Parameters

This function has no parameters.

Return value

This function does not return a value.

Remarks

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

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

Winuser.h

Library

User32.lib

DLL

User32.dll

 

 

Build date: 4/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Just an errata
Minimum operating systems: Windows XP XP is an errata.