34typedef enum _KDP_DEBUG_SERVICE
36 DumpNonPagedPool = 0x1e,
37 ManualBugCheck = 0x30,
38 DumpNonPagedPoolStats = 0x2e,
39 DumpNewNonPagedPool = 0x20,
40 DumpNewNonPagedPoolStats = 0x12,
41 DumpAllThreads = 0x21,
42 DumpUserThreads = 0x22,
52#if DBG && defined(_M_IX86) && !defined(_WINKD_)
53#define ID_Win32PreServiceHook 'WSH0'
54#define ID_Win32PostServiceHook 'WSH1'
57extern PKDBG_PRESERVICEHOOK KeWin32PreServiceHook;
58extern PKDBG_POSTSERVICEHOOK KeWin32PostServiceHook;
IN CINT OUT PVOID PortInformation
BOOLEAN NTAPI KdPortGetByteEx(PCPPORT PortInformation, PUCHAR ByteReceived)
BOOLEAN NTAPI KdPortInitializeEx(PCPPORT PortInformation, ULONG ComPortNumber)
VOID NTAPI KdPortPutByteEx(PCPPORT PortInformation, UCHAR ByteToSend)