FILE_FLAG_WRITE_THROUGH top-level constant

int const FILE_FLAG_WRITE_THROUGH

Write operations will not go through any intermediate cache, they will go directly to disk.

Implementation

const FILE_FLAG_WRITE_THROUGH = 0x80000000;