Austin English <[email protected]> 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.


Reply via email to