NT4/private/ntos/rtl/mips/ntrtlmip.h
2020-09-30 17:12:29 +02:00

42 lines
780 B
C

/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
ntrtlmip.h
Abstract:
MIPS specific parts of ntrtlp.h
Author:
David N. Cutler (davec) 19-Apr-90
Revision History:
--*/
//
// Define exception routine function prototypes.
//
EXCEPTION_DISPOSITION
RtlpExecuteHandlerForException (
IN PEXCEPTION_RECORD ExceptionRecord,
IN ULONG EstablisherFrame,
IN OUT PCONTEXT ContextRecord,
IN OUT PDISPATCHER_CONTEXT DispatcherContext,
IN PEXCEPTION_ROUTINE ExceptionRoutine
);
EXCEPTION_DISPOSITION
RtlpExecuteHandlerForUnwind (
IN PEXCEPTION_RECORD ExceptionRecord,
IN ULONG EstablisherFrame,
IN OUT PCONTEXT ContextRecord,
IN OUT PDISPATCHER_CONTEXT DispatcherContext,
IN PEXCEPTION_ROUTINE ExceptionRoutine
);