Edit

RtlVirtualUnwind3

Syntax

NTSYSAPI NTSTATUS RtlVirtualUnwind3(
  ULONG                          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,
  ULONG                          UnwindFlags,
  PULONG                         ResultFlags
);

Parameters

HandlerType

ImageBase

ControlPc

FunctionEntry

ContextRecord

MachineFrameUnwound

HandlerData

EstablisherFrame

ContextPointers

LowLimit

HighLimit

HandlerRoutine

UnwindFlags

ResultFlags

Requirements

Requirement Value
Header rtlsupportapi.h