RemoveVectoredContinueHandler function (errhandlingapi.h)

Unregisters a vectored continue handler.

Syntax

ULONG RemoveVectoredContinueHandler(
  PVOID Handle
);

Parameters

Handle

A pointer to a vectored exception handler previously registered using the AddVectoredContinueHandler 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 [/windows/desktop/WinProg/using-the-windows-headers](Using the Windows Headers).

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP Professional x64 Edition [desktop apps only]
Minimum supported server Windows Server 2008, Windows Server 2003 with SP1 [desktop apps only]
Target Platform Windows
Header errhandlingapi.h (include Windows.h)
Library Kernel32.lib
DLL Kernel32.dll

See also

AddVectoredContinueHandler function, Vectored Exception Handling