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

ntrtlppc.h

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

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