术语 | disableprocesswindowsghosting |
释义 | DisableProcessWindowsGhosting 语法: 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 systemsWindows XP XP DisableProcessWindowsGhosting功能 禁用窗口鬼影为调用图形用户界面功能(GUI)的过程。窗口重影是一个Windows管理功能,使用户减少,移动或关闭的应用程序没有响应的主要窗口。 ==英文原文==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 systemsWindows XP XP ==原始网址==http://msdn.microsoft.com/en-us/library/ms648415(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。