mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
added KeRosPrintAddress
svn path=/trunk/; revision=12201
This commit is contained in:
@@ -358,6 +358,12 @@ KeRemoveQueueDpc(IN PKDPC Dpc);
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user