#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
View code on GitHubNo description available.