Re: ntoskrnl.exe: add a stub for IoCreateSynchronizationEvent
18 Jan
2012
18 Jan
'12
4:41 a.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.
5081
Age (days ago)
5081
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov