FILE_SUPPORTS_EXTENDED_ATTRIBUTES top-level constant
          
          int
          const FILE_SUPPORTS_EXTENDED_ATTRIBUTES
          
        
        
The specified volume supports extended attributes. An extended attribute is a piece of application-specific metadata that an application can associate with a file and is not part of the file's data.
Implementation
const FILE_SUPPORTS_EXTENDED_ATTRIBUTES = 0x00800000;