OBJ_KERNEL_HANDLE - NtDoc

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

/**
 * The handle is created in system process context and can only be accessed from kernel mode.
 */
#define OBJ_KERNEL_HANDLE                   0x00000200L

#endif
#endif

View code on GitHub

NtDoc

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