OBJ_IGNORE_IMPERSONATED_DEVICEMAP - NtDoc

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

#define OBJ_IGNORE_IMPERSONATED_DEVICEMAP   0x00000800L

#endif
#endif

View code on GitHub

This OBJECT_ATTRIBUTES flag indicates that the open/create operation should ignore the DOS Devices map from the logon session of the impersonated token.

Related flags

See also