Adds a new Exception Handler Info structure to the stack and sets
it as the current handler.
Namespace: KernelAssembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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