ReactOS 0.4.16-dev-340-g0540c21
|
#include <extypes.h>
Public Attributes | |
USHORT | UsageCount |
USHORT | Flags |
USHORT | NameLength |
WCHAR | Name [1] |
USHORT | ReferenceCount |
USHORT | Pinned |
USHORT _ATOM_BASIC_INFORMATION::Flags |
Definition at line 697 of file extypes.h.
Referenced by NtQueryInformationAtom().
WCHAR _ATOM_BASIC_INFORMATION::Name |
Definition at line 699 of file extypes.h.
Referenced by InternalGetAtomName(), NtQueryInformationAtom(), and test_Global().
USHORT _ATOM_BASIC_INFORMATION::NameLength |
Definition at line 698 of file extypes.h.
Referenced by InternalGetAtomName(), NtQueryInformationAtom(), and test_Global().
USHORT _ATOM_BASIC_INFORMATION::Pinned |
Definition at line 1771 of file winternl.h.
USHORT _ATOM_BASIC_INFORMATION::ReferenceCount |
Definition at line 1770 of file winternl.h.
USHORT _ATOM_BASIC_INFORMATION::UsageCount |
Definition at line 696 of file extypes.h.
Referenced by NtQueryInformationAtom().