FILE_SEQUENTIAL_WRITE_ONCE top-level constant

int const FILE_SEQUENTIAL_WRITE_ONCE

The specified volume can be written to one time only. The write must be performed in sequential order.

Implementation

const FILE_SEQUENTIAL_WRITE_ONCE = 0x00100000;