kernel32: add a stub for CancelSynchronousIo

Dmitry Timoshkov dmitry at baikal.ru
Mon Oct 12 20:15:29 CDT 2015


Austin English <austinenglish at gmail.com> wrote:

> +BOOL WINAPI CancelSynchronousIo(HANDLE thread)
> +{
> +    FIXME("(%p): stub\n", thread);
> +    SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
> +    return FALSE;
> +}
...
> +@ stdcall CancelSynchronousIo(ptr)

Please have a look at other .spec file entries how a thread handle (or HANDLE
in general) is supposed to be represented.

-- 
Dmitry.



More information about the wine-devel mailing list