#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
View code on GitHubNo description available.