Function NtQueryInformationFile [src]
Prototype
pub extern "ntdll" fn NtQueryInformationFile( FileHandle: HANDLE, IoStatusBlock: *IO_STATUS_BLOCK, FileInformation: *anyopaque, Length: ULONG, FileInformationClass: FILE_INFORMATION_CLASS, ) callconv(.winapi) NTSTATUS
Parameters
FileHandle: HANDLE
IoStatusBlock: *IO_STATUS_BLOCK
FileInformation: *anyopaque
Length: ULONG
FileInformationClass: FILE_INFORMATION_CLASS
Source
pub extern "ntdll" fn NtQueryInformationFile(
FileHandle: HANDLE,
IoStatusBlock: *IO_STATUS_BLOCK,
FileInformation: *anyopaque,
Length: ULONG,
FileInformationClass: FILE_INFORMATION_CLASS,
) callconv(.winapi) NTSTATUS