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: HANDLEIoStatusBlock: *IO_STATUS_BLOCKFileInformation: *anyopaqueLength: ULONGFileInformationClass: 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