Function windows_sys::Wdk::Storage::FileSystem::NtSetInformationFile
pub unsafe extern "system" fn NtSetInformationFile(
filehandle: HANDLE,
iostatusblock: *mut IO_STATUS_BLOCK,
fileinformation: *const c_void,
length: u32,
fileinformationclass: FILE_INFORMATION_CLASS
) -> NTSTATUSExpand description
Required features: "Win32_Foundation", "Win32_System_IO", "Win32_System_WindowsProgramming"