ATOM_FLAG_NONE - 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_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

#endif
#endif
#endif

View code on GitHub

NtDoc

No description available.