Re: ntoskrnl.exe: add a stub for IoCreateSynchronizationEvent
Jan. 17, 2012
10:41 p.m.
Austin English <austinenglish(a)gmail.com> wrote:
+PKEVENT WINAPI IoCreateSynchronizationEvent(PUNICODE_STRING name, PHANDLE handle) +{ + FIXME("(%p %p) stub\n", name, handle); + SetLastError(ERROR_CALL_NOT_IMPLEMENTED); + return NULL; +}
NT APIs are not supposed to set last error. -- Dmitry.
5180
Age (days ago)
5180
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov