Skip to main content

nt_query_information_file

Function nt_query_information_file 

Source
pub fn nt_query_information_file(
    handle: HANDLE,
    io: *mut IO_STATUS_BLOCK,
    file_information: PVOID,
    length: u32,
    file_information_class: u32,
) -> i32
Expand description

Dynamically calls NtQueryInformationFile.

It will return the NTSTATUS value returned by the call.