ReactOS
0.4.16-dev-570-g1868985
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
ea.c
Go to the documentation of this file.
1
/*
2
* PROJECT: VFAT Filesystem
3
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4
* PURPOSE: Extended attributes handlers
5
* COPYRIGHT: Copyright 1998 Jason Filby <jasonfilby@yahoo.com>
6
*/
7
8
/* INCLUDES *****************************************************************/
9
10
#include "
vfat.h
"
11
12
#define NDEBUG
13
#include <debug.h>
14
15
/* FUNCTIONS *****************************************************************/
16
17
NTSTATUS
18
VfatSetExtendedAttributes
(
19
PFILE_OBJECT
FileObject
,
20
PVOID
Ea,
21
ULONG
EaLength
)
22
{
23
UNREFERENCED_PARAMETER
(
FileObject
);
24
UNREFERENCED_PARAMETER
(Ea);
25
UNREFERENCED_PARAMETER
(
EaLength
);
26
27
return
STATUS_EAS_NOT_SUPPORTED
;
28
}
NTSTATUS
LONG NTSTATUS
Definition:
precomp.h:26
VfatSetExtendedAttributes
NTSTATUS VfatSetExtendedAttributes(PFILE_OBJECT FileObject, PVOID Ea, ULONG EaLength)
Definition:
ea.c:18
EaLength
IN PVCB IN PDIRENT OUT PULONG EaLength
Definition:
fatprocs.h:879
void
Definition:
nsiface.idl:2307
UNREFERENCED_PARAMETER
#define UNREFERENCED_PARAMETER(P)
Definition:
ntbasedef.h:325
STATUS_EAS_NOT_SUPPORTED
#define STATUS_EAS_NOT_SUPPORTED
Definition:
ntstatus.h:315
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
vfat.h
FileObject
_In_ WDFREQUEST _In_ WDFFILEOBJECT FileObject
Definition:
wdfdevice.h:550
PFILE_OBJECT
* PFILE_OBJECT
Definition:
iotypes.h:1998
drivers
filesystems
vfatfs
ea.c
Generated on Wed Jan 22 2025 06:05:50 for ReactOS by
1.9.6