Exceptions AddExceptionHandlerInfo Method Fling OS
Adds a new Exception Handler Info structure to the stack and sets it as the current handler.

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[PluggedMethodAttribute(ASMFilePath = "ASM\Exceptions\AddExceptionHandlerInfo")]
[AddExceptionHandlerInfoMethodAttribute]
public static void AddExceptionHandlerInfo(
	void* handlerPtr,
	void* filterPtr
)

Parameters

handlerPtr
Type: System Void*
A pointer to the first op of the catch or finally handler.
filterPtr
Type: System Void*
0 = finally handler, 0xFFFFFFFF = catch handler with no filter. Original intended use was as a pointer to the first op of the catch filter but never implemented like this.
See Also