#ifndef _NTIOAPI_H
/**
* Suppress inheritance of FILE_ATTRIBUTE_COMPRESSED from the parent directory.
* This allows creation of a non-compressed file in a directory that is marked compressed.
*/
#define FILE_NO_COMPRESSION 0x00008000
View code on GitHubNo description available.