ReactOS 0.4.16-dev-306-g647d351
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
PRTL_ATOM_TABLE NTAPI | ExpGetGlobalAtomTable (VOID) |
NTSTATUS NTAPI | NtAddAtom (IN PWSTR AtomName, IN ULONG AtomNameLength, OUT PRTL_ATOM Atom) |
NTSTATUS NTAPI | NtDeleteAtom (IN RTL_ATOM Atom) |
NTSTATUS NTAPI | NtFindAtom (IN PWSTR AtomName, IN ULONG AtomNameLength, OUT PRTL_ATOM Atom) |
NTSTATUS NTAPI | NtQueryInformationAtom (RTL_ATOM Atom, ATOM_INFORMATION_CLASS AtomInformationClass, PVOID AtomInformation, ULONG AtomInformationLength, PULONG ReturnLength) |
Variables | |
PRTL_ATOM_TABLE | GlobalAtomTable |
PRTL_ATOM_TABLE NTAPI ExpGetGlobalAtomTable | ( | VOID | ) |
Definition at line 42 of file atom.c.
Referenced by NtAddAtom(), NtDeleteAtom(), NtFindAtom(), and NtQueryInformationAtom().
Definition at line 86 of file atom.c.
Referenced by InitUserAtoms(), and InternalAddAtom().
Definition at line 206 of file atom.c.
Referenced by InternalDeleteAtom().
Definition at line 243 of file atom.c.
Referenced by InternalFindAtom().
NTSTATUS NTAPI NtQueryInformationAtom | ( | RTL_ATOM | Atom, |
ATOM_INFORMATION_CLASS | AtomInformationClass, | ||
PVOID | AtomInformation, | ||
ULONG | AtomInformationLength, | ||
PULONG | ReturnLength | ||
) |
Definition at line 365 of file atom.c.
Referenced by InternalGetAtomName().
PRTL_ATOM_TABLE GlobalAtomTable |
Definition at line 25 of file atom.c.
Referenced by ExpGetGlobalAtomTable().