Edit

RtlVirtualUnwind2

Syntax

NTSYSAPI DWORD RtlVirtualUnwind2(
  DWORD                          HandlerType,
  ULONG_PTR                      ImageBase,
  ULONG_PTR                      ControlPc,
  PRUNTIME_FUNCTION              FunctionEntry,
  PCONTEXT                       ContextRecord,
  PBOOLEAN                       MachineFrameUnwound,
  PVOID                          *HandlerData,
  PULONG_PTR                     EstablisherFrame,
  PKNONVOLATILE_CONTEXT_POINTERS ContextPointers,
  PULONG_PTR                     LowLimit,
  PULONG_PTR                     HighLimit,
  PEXCEPTION_ROUTINE             *HandlerRoutine,
  DWORD                          UnwindFlags
);

Parameters

HandlerType

ImageBase

ControlPc

FunctionEntry

ContextRecord

MachineFrameUnwound

HandlerData

EstablisherFrame

ContextPointers

LowLimit

HighLimit

HandlerRoutine

UnwindFlags

Requirements

Requirement Value
Header winnt.h