Exceptions HandleLeave Method Fling OS
Handles cleanly leaving a critical section (i.e. try or catch block)

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

[ExceptionsHandleLeaveMethodAttribute]
[PluggedMethodAttribute(ASMFilePath = "ASM\Exceptions\HandleLeave")]
public static void HandleLeave(
	void* continuePtr
)

Parameters

continuePtr
Type: System Void*
A pointer to the instruction to continue execution at.
See Also