FILE_FLAG_OPEN_NO_RECALL top-level constant

int const FILE_FLAG_OPEN_NO_RECALL

The file data is requested, but it should continue to be located in remote storage. It should not be transported back to local storage. This flag is for use by remote storage systems.

Implementation

const FILE_FLAG_OPEN_NO_RECALL = 0x00100000;