Jakub Konka 4fdfaf69c8 Add Zig wrapper for kernel32.DeviceIoControl
This commit adds a Zig wrapper for `kernel32.DeviceIoControl` which
applies ReactOS logic for deciding whether to use
`ntdll.NtDeviceIoControlFile` or `ntdll.NtFsControlFile` based on the
value of passed `IO_CONTROL_CODE`. The decision logic is based on the
logic found in ReactOS found in the following [link].

Thanks to Daurnimator for finding this bit in ReactOS!

[link]: https://doxygen.reactos.org/d3/d74/deviceio_8c.html
2020-07-29 01:19:10 +00:00
..
2020-07-22 17:26:27 -04:00
2020-05-05 09:38:02 -06:00
2020-05-05 09:38:02 -06:00
2019-10-24 01:14:52 -04:00
2019-10-30 21:21:58 -04:00
2020-07-22 17:26:27 -04:00
2019-10-24 01:14:52 -04:00
2020-04-30 01:52:12 -04:00