NtQueryInformationFile (NTDLL.@)
NTSTATUS NtQueryInformationFile ( HANDLE hFile, PIO_STATUS_BLOCK io, PVOID ptr, LONG len, FILE_INFORMATION_CLASS class )
Get information about an open file handle.
class="param">hFile | class="in_out">[In] | Handle returned from ZwOpenFile or ZwCreateFile. |
class="param">io | class="in_out">[Out] | Receives information about the operation on return. |
class="param">ptr | class="in_out">[Out] | Destination for file information. |
class="param">len | class="in_out">[In] | Size of FileInformation. |
class | class="in_out">[In] | Type of file information to get. |
class="emp">Success: class="const">0. IoStatusBlock and FileInformation are updated.
class="emp">Failure: An NTSTATUS error code describing the error.
Defined in class="const">"winternl.h".
Implemented in class="const">"dlls/ntdll/file.c". source.winehq.org/source/dlls/ntdll/file.c
Debug channel class="const">"ntdll".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.