RemoveVectoredContinueHandler 函数 (errhandlingapi.h)

取消注册向量化继续处理程序。

语法

ULONG RemoveVectoredContinueHandler(
  PVOID Handle
);

参数

Handle

指向以前使用 AddVectoredContinueHandler 函数注册的矢量异常处理程序的指针。

返回值

如果该函数成功,则返回值为非零值。

如果函数失败,则返回值为零。

注解

若要编译使用此函数的应用程序,请将 _WIN32_WINNT 宏定义为 0x0500 或更高版本。 有关详细信息,请参阅 [/windows/desktop/WinProg/using-the-windows-headers] (Using the Windows Headers) 。

要求

   
最低受支持的客户端 Windows Vista、Windows XP Professional x64 Edition [仅限桌面应用]
最低受支持的服务器 Windows Server 2008、Windows Server 2003 SP1 [仅限桌面应用]
目标平台 Windows
标头 errhandlingapi.h (包括 Windows.h)
Library Kernel32.lib
DLL Kernel32.dll

另请参阅

AddVectoredContinueHandler 函数矢量异常处理