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-04-28 19:11:31 -06:00
2020-06-07 22:39:35 +10:00
2020-06-26 13:34:48 -06:00
2020-07-05 21:11:42 +00:00
2020-07-12 21:45:25 +00:00
2020-06-09 13:36:17 -04:00
2020-07-24 20:35:47 +00:00
2020-05-24 10:04:09 -04:00
2020-07-26 05:42:38 +00:00
2020-07-14 17:19:17 -07:00
2020-07-22 17:26:27 -04:00
2020-07-13 00:34:02 +10:00
2020-07-25 23:33:15 -07:00
2020-06-01 14:43:13 -04:00
2020-06-18 20:35:03 -04:00