Re: ntoskrnl.exe: Add Stub KeInsertQueue
18 Mar
2014
18 Mar
'14
8:56 p.m.
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> wrote:
+LONG KeInsertQueue(PRKQUEUE Queue, PLIST_ENTRY Entry) +{ + FIXME( "stub: %p %p\n", Queue, Entry ); + return 0; +}
Calling convention specifier is missing. -- Dmitry.
4376
Age (days ago)
4376
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov