#ifndef _PHNT_NTDEF_H
#ifndef _NTDEF_
#define OBJ_IGNORE_IMPERSONATED_DEVICEMAP 0x00000800L
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.
OBJ_PROTECT_CLOSE
OBJ_INHERIT
OBJ_AUDIT_OBJECT_CLOSE
OBJ_NO_RIGHTS_UPGRADE
OBJ_PERMANENT
OBJ_EXCLUSIVE
OBJ_CASE_INSENSITIVE
OBJ_OPENIF
OBJ_OPENLINK
OBJ_KERNEL_HANDLE
OBJ_FORCE_ACCESS_CHECK
OBJ_DONT_REPARSE
OBJECT_ATTRIBUTES
NtOpenThreadToken
NtSetInformationThread
with THREADINFOCLASS
value of ThreadImpersonationToken
(5)NtSetInformationProcess
with PROCESSINFOCLASS
value of ProcessDeviceMap
(23)