Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

ntrtlmip.h

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1990 Microsoft Corporation 00004 00005 Module Name: 00006 00007 ntrtlmip.h 00008 00009 Abstract: 00010 00011 MIPS specific parts of ntrtlp.h 00012 00013 Author: 00014 00015 David N. Cutler (davec) 19-Apr-90 00016 00017 Revision History: 00018 00019 --*/ 00020 00021 // 00022 // Define exception routine function prototypes. 00023 // 00024 00025 EXCEPTION_DISPOSITION 00026 RtlpExecuteHandlerForException ( 00027 IN PEXCEPTION_RECORD ExceptionRecord, 00028 IN ULONG EstablisherFrame, 00029 IN OUT PCONTEXT ContextRecord, 00030 IN OUT PDISPATCHER_CONTEXT DispatcherContext, 00031 IN PEXCEPTION_ROUTINE ExceptionRoutine 00032 ); 00033 00034 EXCEPTION_DISPOSITION 00035 RtlpExecuteHandlerForUnwind ( 00036 IN PEXCEPTION_RECORD ExceptionRecord, 00037 IN ULONG EstablisherFrame, 00038 IN OUT PCONTEXT ContextRecord, 00039 IN OUT PDISPATCHER_CONTEXT DispatcherContext, 00040 IN PEXCEPTION_ROUTINE ExceptionRoutine 00041 );

Generated on Sat May 15 19:41:01 2004 for test by doxygen 1.3.7