OBJ_EXCLUSIVE - NtDoc

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

#define OBJ_EXCLUSIVE                       0x00000020L

#endif
#endif

View code on GitHub

This OBJECT_ATTRIBUTES flag indicates that the object/handle should be marked as exclusive. Exclusive handles prevent other callers from opening handles to the object.

Related flags

See also