FILE_NO_COMPRESSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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

#endif

View code on GitHub

NtDoc

No description available.