mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
std: fix definition of NtDeviceIoControlFile
This commit is contained in:
parent
a453c99ba9
commit
1537d4701e
@ -24,8 +24,8 @@ pub extern "NtDll" stdcallcc fn NtCreateFile(
|
||||
pub extern "NtDll" stdcallcc fn NtDeviceIoControlFile(
|
||||
FileHandle: HANDLE,
|
||||
Event: ?HANDLE,
|
||||
ApcRoutine: ?*IO_APC_ROUTINE,
|
||||
ApcContext: usize,
|
||||
ApcRoutine: ?IO_APC_ROUTINE,
|
||||
ApcContext: ?*c_void,
|
||||
IoStatusBlock: *IO_STATUS_BLOCK,
|
||||
IoControlCode: ULONG,
|
||||
InputBuffer: ?*const c_void,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user