Austin English austinenglish@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.