OBJ_KERNEL_HANDLE - NtDoc

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

#define OBJ_KERNEL_HANDLE                   0x00000200L

#endif
#endif

View code on GitHub

This OBJECT_ATTRIBUTES flag indicates that the handle should be inserted into the kernel handle table as opposed to the handle table of the attached process. This flag cannot be used from user mode.

Related flags

See also