FILE_NO_EA_KNOWLEDGE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTIOAPI_H

/**
 * If the extended attributes on an existing file being opened indicate that the caller must understand
 * EAs to properly interpret the file, fail this request because the caller does not understand how to
 * deal with EAs.
 * This flag is irrelevant for device and intermediate drivers.
 */
#define FILE_NO_EA_KNOWLEDGE                0x00000200

#endif

View code on GitHub

NtDoc

No description available.