This topic has not yet been rated - Rate this topic

RemoveVectoredContinueHandler function

Applies to: desktop apps only

Unregisters a vectored continue handler.

Syntax

ULONG WINAPI RemoveVectoredContinueHandler(
  __in  PVOID Handler
);

Parameters

Handler [in]

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 Using the Windows Headers.

Requirements

Minimum supported client

Windows Vista, Windows XP Professional x64 Edition

Minimum supported server

Windows Server 2008, Windows Server 2003 with SP1

Header

WinBase.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

See also

AddVectoredContinueHandler
Vectored Exception Handling

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ