Undocumented functions of NTDLL

2OO1, 1O February


Gridstore - NonStop Storage

ATOM_INFORMATION_CLASS
ATOM_INFORMATION_CLASS

typedef enum _ATOM_INFORMATION_CLASS {

AtomBasicInformation, AtomTableInformation

} ATOM_INFORMATION_CLASS, *PATOM_INFORMATION_CLASS;



Enumeration type ATOM_INFORMATION_CLASS is used in a call to function NtQueryInformationAtom.



  • AtomBasicInformation
  •     Result of call contains
    ATOM_BASIC_INFORMATION structure.
  • AtomTableInformation
  •     Result of call contains
    ATOM_TABLE_INFORMATION structure.


    Documented by:
    Tomasz Nowak



    Requirements:
    Library: ntdll.lib


    See also:
    ATOM_BASIC_INFORMATION
    ATOM_TABLE_INFORMATION
    NtQueryInformationAtom