mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:22:57 +00:00
added KeRosPrintAddress
svn path=/trunk/; revision=12201
This commit is contained in:
parent
a67fbba8ec
commit
8afda8f04f
1 changed files with 6 additions and 0 deletions
|
@ -358,6 +358,12 @@ KeRemoveQueueDpc(IN PKDPC Dpc);
|
||||||
LONG STDCALL
|
LONG STDCALL
|
||||||
KeResetEvent(IN PKEVENT Event);
|
KeResetEvent(IN PKEVENT Event);
|
||||||
|
|
||||||
|
VOID STDCALL
|
||||||
|
KeRosDumpStackFrames ( PULONG Frame, ULONG FrameCount );
|
||||||
|
|
||||||
|
BOOLEAN STDCALL
|
||||||
|
KeRosPrintAddress(PVOID address);
|
||||||
|
|
||||||
LONG STDCALL
|
LONG STDCALL
|
||||||
KeSetBasePriorityThread(struct _KTHREAD* Thread,
|
KeSetBasePriorityThread(struct _KTHREAD* Thread,
|
||||||
LONG Increment);
|
LONG Increment);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue