ReactOS 0.4.15-dev-7846-g8ba6c66
ea.c File Reference
#include "vfat.h"
#include <debug.h>
Include dependency graph for ea.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

NTSTATUS VfatSetExtendedAttributes (PFILE_OBJECT FileObject, PVOID Ea, ULONG EaLength)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 12 of file ea.c.

Function Documentation

◆ VfatSetExtendedAttributes()

NTSTATUS VfatSetExtendedAttributes ( PFILE_OBJECT  FileObject,
PVOID  Ea,
ULONG  EaLength 
)

Definition at line 18 of file ea.c.

22{
26
28}
IN PVCB IN PDIRENT OUT PULONG EaLength
Definition: fatprocs.h:878
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317
#define STATUS_EAS_NOT_SUPPORTED
Definition: ntstatus.h:315
_In_ WDFREQUEST _In_ WDFFILEOBJECT FileObject
Definition: wdfdevice.h:550

Referenced by VfatCreateFile().