NT Status vs. Dos Error code in async operations

Alexandre Julliard julliard at winehq.com
Thu Apr 11 19:40:09 CDT 2002


Martin Wilck <Martin.Wilck at fujitsu-siemens.com> writes:

> What we'd need would consequently be a errno->NT status converter to
> set the overlapped status correctly from the error reported by read or
> write.

file_set_error() in server/file.c should do what you want. You can't
call the function from the client but you can simply copy the code.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list