On Thu Sep 5 13:54:50 2024 +0000, Nikolay Sivov wrote:
Yes, what I would do probably is "if (!set_ntstatus()) return FALSE; *type = ...; return TRUE;". We can't really test a case when nt call fails, so it's fine to assume it doesn't.
@zfigura already have fallback. @nsivov I think this is unnecessary.