NtQueryInformationFile(3w)

NAME

NtQueryInformationFile (NTDLL.@)

SYNOPSIS

NTSTATUS NtQueryInformationFile
 (
  HANDLE                 hFile,
  PIO_STATUS_BLOCK       io,
  PVOID                  ptr,
  LONG                   len,
  FILE_INFORMATION_CLASS class
 )

DESCRIPTION

Get information about an open file handle.

PARAMS

hFile [In] Handle returned from ZwOpenFile(3w) or ZwCreateFile(3w).

io [Out] Receives information about the operation on return.

ptr [Out] Destination for file information.

len [In] Size of FileInformation.

class [In] Type of file information to get.

RETURNS

Success: 0. IoStatusBlock and FileInformation are updated.

Failure: An NTSTATUS error code describing the error.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/file.c".

Debug channel "ntdll".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout