RemoveVectoredExceptionHandler function
Applies to: desktop apps only
Unregisters a vectored exception handler.
Syntax
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 client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012