网站首页  词典首页

请输入您要查询的函数:

 

术语 removevectoredexceptionhandler
释义 RemoveVectoredExceptionHandler
语法:
C++
ULONG WINAPI RemoveVectoredExceptionHandler(
__in PVOID Handler
);
RemoveVectoredExceptionHandler功能
注销1向量化异常处理程序。
参数
处理 [in]
一个句柄,向量化异常处理程序使用以前注册的AddVectoredExceptionHandler功能。
返回值
如果函数成功,返回值为非零。
如果函数失败,返回值是零。
备注
要编译的应用程序使用此函数,定义为0x0500或更高_WIN32_WINNT宏。有关详细信息,请参阅使用Windows头。
实例
有关示例,请参阅使用向量化异常处理程序。
要求:
最低支持client-Windows XP
最低支持serverWindows服务器2003
HeaderWinbase.h(头文件:winuser.h)
LibraryKernel32.lib
DLLKernel32.dll
参见
AddVectoredExceptionHandler
向量化异常处理
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月30日
==英文原文==RemoveVectoredExceptionHandler Function
Unregisters a vectored exception handler.
Syntax
C++
ULONG WINAPI RemoveVectoredExceptionHandler(
__in PVOID Handler
);
Parameters
Handler [in]
A handle to the vectored exception handler previously registered using the AddVectoredExceptionHandler function.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Remarks
To compile an application that uses this function, define the _WIN32_WINNT macro as 0x0500 or later. For more information, see Using the Windows Headers .
Examples
For an example, see Using a Vectored Exception Handler .
Requirements
Minimum supported clientWindows XP
Minimum supported serverWindows Server 2003
HeaderWinbase.h (include Windows.h)
LibraryKernel32.lib
DLLKernel32.dll
See Also
AddVectoredExceptionHandler
Vectored Exception Handling
Send comments about this topic to Microsoft
Build date: 7/30/2009
==原始网址==http://msdn.microsoft.com/en-us/library/ms680571(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:18:27