NtSetEaFile (NTDLL.@)
NTSTATUS NtSetEaFile ( HANDLE hFile, PIO_STATUS_BLOCK iosb, PVOID buffer, ULONG length )
Update extended attributes for NTFS files.
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. |
Success: 0. Attributes are updated
Failure: An NTSTATUS error code describing the error.
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.