FILE_ATTRIBUTE_READONLY - NtDoc

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

//
// Standard attributes
//

#define FILE_ATTRIBUTE_READONLY                 0x00000001

#endif

View code on GitHub

NtDoc

No description available.