FILE_OPEN_REPARSE_POINT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTIOAPI_H

/**
 * Open a file with a reparse point and bypass normal reparse point processing for the file.
 */
#define FILE_OPEN_REPARSE_POINT             0x00200000

#endif

View code on GitHub

NtDoc

No description available.