FILE_SUPPORTS_BLOCK_REFCOUNTING top-level constant

int const FILE_SUPPORTS_BLOCK_REFCOUNTING

The file system supports block cloning, that is, sharing logical clusters between files on the same volume. The file system reallocates on writes to shared clusters.

Implementation

const FILE_SUPPORTS_BLOCK_REFCOUNTING = 0x08000000;