ntoskrnl.exe: add a stub for IoCreateSynchronizationEvent

Dmitry Timoshkov dmitry at baikal.ru
Tue Jan 17 22:41:58 CST 2012


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



More information about the wine-devel mailing list