NAME

NtSetInformationFile  (NTDLL.@)

SYNOPSIS

 NTSTATUS NtSetInformationFile
 (
  HANDLE                 handle,
  PIO_STATUS_BLOCK       io,
  PVOID                  ptr,
  ULONG                  len,
  FILE_INFORMATION_CLASS class
 )

DESCRIPTION

Set information about an open file class="param">handle.

PARAMS

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.

RETURNS

class="emp">Success: class="const">0. class="param">io is updated.

class="emp">Failure: An NTSTATUS error code describing the error.

IMPLEMENTATION

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.