| 术语 | deregistershellhookwindow |
| 释义 | DeregisterShellHookWindow 语法: BOOL DeregisterShellHookWindow( HWND hWnd ); DeregisterShellHookWindow功能 注销指定壳牌窗口注册接收壳牌钩消息。该注销的,是以函数调用的RegisterShellHookWindow登记窗口。 参数 hWnd [in]的窗口句柄注销壳牌钩接收邮件。 返回值 TRUE,如果函数调用成功,假如果函数失败。 备注 虽然您可以通过使用LoadLibrary和GetProcAddress在Microsoft Windows版本相结合,在Windows XP之前这个函数,该函数不使用标准访问包含文件和库之间的联系。头文件包含在Windows XP服务包1(SP1)和Windows Server 2003的文件,这个功能,使其容易使用适当的包含文件和库之间的联系。但是,此函数不供一般使用。我们建议您不要使用新的程序,因为这可能会更改或在Windows的后续版本中不可用。 功能信息 最低DLL版本 user32.dll 在Winuser.h中HeaderDeclared,头文件:winuser.h import libraryUser32.lib 2000年最低经营systemsWindows UnicodeImplemented为ANSI和Unicode版本。 参见 视窗概述,RegisterShellHookWindow ==英文原文==DeregisterShellHookWindow Function Unregisters a specified Shell window that is registered to receive Shell hook messages. It unregisters windows that are registered with a call to the RegisterShellHookWindow function. Syntax BOOL DeregisterShellHookWindow( HWND hWnd ); Parameters hWnd [in] Handle to the window to unregister from receiving Shell hook messages. Return Value TRUE if the function succeeds; FALSE if the function fails. Remarks Although you can access this function by using LoadLibrary and GetProcAddress combined in Microsoft Windows versions prior to Windows XP, the function is not accessible using the standard Include file and library linkage. The header files included in Windows XP Service Pack 1 (SP1) and Windows Server 2003 document this function and make it accessible using the appropriate Include file and library linkage. However, this function is not intended for general use. It is recommended that you do not use it in new programs because it might be altered or unavailable in subsequent versions of Windows. Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 2000 UnicodeImplemented as ANSI and Unicode versions. See Also Windows Overview , RegisterShellHookWindow ==原始网址==http://msdn.microsoft.com/en-us/library/ms644979(VS.85).aspx\n |
| 随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。