#ifndef _NTEXAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#if (PHNT_VERSION >= PHNT_WINDOWS_8)
/**
* ATOM_FLAG_NONE indicates that the atom being created should be placed in
* the session-local atom table rather than the global atom table.
*/
#define ATOM_FLAG_NONE 0x0
View code on GitHubNo description available.