OBJ_DONT_REPARSE - NtDoc

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

#define OBJ_DONT_REPARSE                    0x00001000L

#endif
#endif

View code on GitHub

This OBJECT_ATTRIBUTES flag indicates that the open/create operation should fail with STATUS_REPARSE_POINT_ENCOUNTERED if the target path contains reparse points.

Related flags

See also