[PATCH 4/4] ntoskrnl.exe: Set the IRP output buffer unless the status has both high bits set.

Dmitry Timoshkov dmitry at baikal.ru
Wed Aug 7 00:52:05 CDT 2019


Zebediah Figura <z.figura12 at gmail.com> wrote:

> +        if ((irp->IoStatus.u.Status & 0xc0000000) != 0xc0000000)

This is STATUS_SEVERITY_ERROR, and there's NT_ERROR() macro to check for it.

-- 
Dmitry.



More information about the wine-devel mailing list