NtSetInformationFile (NTDLL.@)
NTSTATUS NtSetInformationFile ( HANDLE handle, PIO_STATUS_BLOCK io, PVOID ptr, ULONG len, FILE_INFORMATION_CLASS class )
Set information about an open file class="param">handle.
class="param">handle | 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">[In] | Source for file information. |
class="param">len | class="in_out">[In] | Size of FileInformation. |
class | class="in_out">[In] | Type of file information to set. |
class="emp">Success: class="const">0. class="param">io is 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.