Function windows_sys::Wdk::System::SystemServices::ZwOpenFile
pub unsafe extern "system" fn ZwOpenFile(
filehandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
iostatusblock: *mut IO_STATUS_BLOCK,
shareaccess: u32,
openoptions: u32
) -> NTSTATUSExpand description
Required features: "Wdk_Foundation", "Win32_Foundation", "Win32_System_IO"