[RTL] Add support for vectored continue handlers, complementing the vectored exceptio...
[reactos.git] / reactos / lib / rtl / rtlp.h
index 47ae135..96d395b 100644 (file)
@@ -67,6 +67,13 @@ RtlCallVectoredExceptionHandlers(
     IN PCONTEXT Context
 );
 
+VOID
+NTAPI
+RtlCallVectoredContinueHandlers(
+    IN PEXCEPTION_RECORD ExceptionRecord,
+    IN PCONTEXT Context
+);
+
 typedef struct _DISPATCHER_CONTEXT
 {
     PEXCEPTION_REGISTRATION_RECORD RegistrationPointer;