Function windows_sys::Wdk::Storage::FileSystem::NtOpenFile
pub unsafe extern "system" fn NtOpenFile(
filehandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
iostatusblock: *mut IO_STATUS_BLOCK,
shareaccess: u32,
openoptions: u32
) -> NTSTATUS
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_IO"