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

dbgk.h

Go to the documentation of this file.
00001 /*++ BUILD Version: 0001 // Increment this if a change has global effects 00002 00003 Copyright (c) 1989 Microsoft Corporation 00004 00005 Module Name: 00006 00007 dbgk.h 00008 00009 Abstract: 00010 00011 This header file describes public data structures and functions 00012 that make up the kernel mode portion of the Dbg subsystem. 00013 00014 Author: 00015 00016 Mark Lucovsky (markl) 19-Jan-1990 00017 00018 Revision History: 00019 00020 --*/ 00021 00022 #ifndef _DBGK_ 00023 #define _DBGK_ 00024 00025 VOID 00026 DbgkCreateThread( 00027 PVOID StartAddress 00028 ); 00029 00030 VOID 00031 DbgkExitThread( 00032 NTSTATUS ExitStatus 00033 ); 00034 00035 VOID 00036 DbgkExitProcess( 00037 NTSTATUS ExitStatus 00038 ); 00039 00040 VOID 00041 DbgkMapViewOfSection( 00042 IN HANDLE SectionHandle, 00043 IN PVOID BaseAddress, 00044 IN ULONG SectionOffset, 00045 IN ULONG_PTR ViewSize 00046 ); 00047 00048 VOID 00049 DbgkUnMapViewOfSection( 00050 IN PVOID BaseAddress 00051 ); 00052 00053 BOOLEAN 00054 DbgkForwardException ( 00055 IN PEXCEPTION_RECORD ExceptionRecord, 00056 IN BOOLEAN DebugException, 00057 IN BOOLEAN SecondChance 00058 ); 00059 00060 #endif // _DBGK_

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