Commit in reactos/include/ddk on MAIN | |||
kefuncs.h | +6 | 1.49 -> 1.50 |
added KeRosPrintAddress
diff -u -r1.49 -r1.50 --- kefuncs.h 3 Dec 2004 20:10:45 -0000 1.49 +++ kefuncs.h 18 Dec 2004 20:55:54 -0000 1.50 @@ -358,6 +358,12 @@
LONG STDCALL KeResetEvent(IN PKEVENT Event);
+VOID STDCALL +KeRosDumpStackFrames ( PULONG Frame, ULONG FrameCount ); + +BOOLEAN STDCALL +KeRosPrintAddress(PVOID address); +
LONG STDCALL KeSetBasePriorityThread(struct _KTHREAD* Thread, LONG Increment);