NtSetEaFile(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/file.c".
- Debug channel "ntdll".