ATOM_FLAG_GLOBAL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#if (PHNT_VERSION >= PHNT_WINDOWS_8)

/**
 * ATOM_FLAG_GLOBAL indicates that the atom being created should be placed in
 * the global atom table rather than the session-local table.
 * \remarks This flag is only valid starting with Windows 8 and later.
 */
#define ATOM_FLAG_GLOBAL 0x2

#endif
#endif
#endif

View code on GitHub

NtDoc

No description available.