added KeRosPrintAddress

svn path=/trunk/; revision=12201
This commit is contained in:
Royce Mitchell III 2004-12-18 20:55:54 +00:00
parent a67fbba8ec
commit 8afda8f04f

View file

@ -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);