pub fn nt_query_information_file(
handle: HANDLE,
io: *mut IO_STATUS_BLOCK,
file_information: PVOID,
length: u32,
file_information_class: u32,
) -> i32Expand description
Dynamically calls NtQueryInformationFile.
It will return the NTSTATUS value returned by the call.