std: fix definition of NtDeviceIoControlFile

This commit is contained in:
daurnimator 2019-11-19 16:44:27 +11:00
parent a453c99ba9
commit 1537d4701e
No known key found for this signature in database
GPG Key ID: 45B429A8F9D9D22A

View File

@ -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,