NAME

NtSetEaFile  (NTDLL.@)

SYNOPSIS

 NTSTATUS NtSetEaFile
 (
  HANDLE           hFile,
  PIO_STATUS_BLOCK iosb,
  PVOID            buffer,
  ULONG            length
 )

DESCRIPTION

Update extended attributes for NTFS files.

PARAMS

hFile [In] File handle, must be opened with FILE_READ_EA access.
iosb [Out] Receives information about the operation on return.
buffer [In] Buffer with EA information.
length [In] Length of buffer.

RETURNS

Success: 0. Attributes are updated

Failure: An NTSTATUS error code describing the error.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/file.c". source.winehq.org/source/dlls/ntdll/file.c

Debug channel "ntdll".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.