#ifndef _NTEXAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
typedef enum _ATOM_INFORMATION_CLASS
{
AtomBasicInformation,
AtomTableInformation
} ATOM_INFORMATION_CLASS;
View code on GitHubNo description available.
Enumeration type ATOM_INFORMATION_CLASS is used in a call to function NtQueryInformationAtom.
Result of call contains ATOM_BASIC_INFORMATION structure.
Result of call contains ATOM_TABLE_INFORMATION structure.