FILE_FLAG_OPEN_REPARSE_POINT top-level constant

int const FILE_FLAG_OPEN_REPARSE_POINT

Normal reparse point processing will not occur; CreateFile will attempt to open the reparse point. When a file is opened, a file handle is returned, whether or not the filter that controls the reparse point is operational.

Implementation

const FILE_FLAG_OPEN_REPARSE_POINT = 0x00200000;