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.