.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH NtQueryEaFile 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBNtQueryEaFile\fR (NTDLL.@) .SH SYNOPSIS NTSTATUS NtQueryEaFile ( HANDLE \fIhFile\fR, PIO_STATUS_BLOCK \fIiosb\fR, PVOID \fIbuffer\fR, ULONG \fIlength\fR, BOOLEAN \fIsingle_entry\fR, PVOID \fIea_list\fR, ULONG \fIea_list_len\fR, PULONG \fIea_index\fR, BOOLEAN \fIrestart\fR ) .SH DESCRIPTION .PP Read extended attributes from \fBNTFS\fR files. .SH PARAMS \fIhFile\fR \fB[In]\fR File handle, must be opened with \fBFILE_READ_EA\fR access. .PP \fIiosb\fR \fB[Out]\fR Receives information about the operation on return. .PP \fIbuffer\fR \fB[Out]\fR Output \fIbuffer\fR. .PP \fIlength\fR \fB[In]\fR Length of output \fIbuffer\fR. .PP \fIsingle_entry\fR \fB[In]\fR Only read and return one entry. .PP \fIea_list\fR \fB[In]\fR Optional list with names of EAs to return. .PP \fIea_list_len\fR \fB[In]\fR Length of \fIea_list\fR in bytes. .PP \fIea_index\fR \fB[In]\fR Optional pointer to \fB1\fR-based index of attribute to return. .PP \fIrestart\fR \fB[In]\fR \fIrestart\fR \fBEA\fR scan. .PP .SH RETURNS .PP \fBSuccess:\fR \fB0.\fR Atrributes read into \fIbuffer\fR .PP \fBFailure:\fR An \fBNTSTATUS\fR error code describing the error. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/file.c"\fR. .PP Debug channel \fB"ntdll"\fR.