#include "precomp.h"
Go to the source code of this file.
Functions | |
NTSTATUS | UserRtlCreateAtomTable (IN ULONG NumberOfBuckets) |
ATOM | UserAddAtom (LPCWSTR ccxlpAtom, BOOL bPin) |
ATOM | UserFindAtom (LPCWSTR ccxlpAtom) |
ATOM | UserDeleteAtom (ATOM atom) |
UINT | UserGetAtomName (ATOM atom, LPWSTR ccxlpch, int cchMax) |
Variables | |
PVOID | UserAtomTableHandle |
|
Definition at line 35 of file w32/ntuser/kernel/atom.c. References IS_PTR, NT_SUCCESS, NTSTATUS(), RtlAddAtomToAtomTable(), RtlPinAtomInAtomTable(), Status, and UserAtomTableHandle. Referenced by _SetCursorIconData(), GetHmodTableIndex(), InitOLEFormats(), InternalRegisterClassEx(), InternalSetClipboardData(), NtUserRegisterWindowMessage(), SetupClassAtoms(), and Win32UserInitialize().
|
|
Definition at line 84 of file w32/ntuser/kernel/atom.c. References gatomFirstPinned, gatomLastPinned, NT_SUCCESS, NTSTATUS(), RtlDeleteAtomFromAtomTable(), Status, and UserAtomTableHandle. Referenced by _DestroyCursor(), CleanEventMessage(), DestroyClass(), GetHmodTableIndex(), InternalRegisterClassEx(), xxxDoSysExpunge(), and xxxEmptyClipboard().
|
|
Definition at line 62 of file w32/ntuser/kernel/atom.c. References NT_SUCCESS, NTSTATUS(), RtlLookupAtomInAtomTable(), Status, and UserAtomTableHandle. Referenced by _GetWOWClass(), NtUserFindExistingCursorIcon(), and xxxCreateWindowEx().
|
|
Definition at line 101 of file w32/ntuser/kernel/atom.c. References NT_SUCCESS, NTSTATUS(), NULL, RtlQueryAtomInAtomTable(), Status, UINT, and UserAtomTableHandle. Referenced by _InternalGetIconInfo(), InternalSetClipboardData(), NtUserGetClassName(), NtUserGetClipboardFormatName(), and xxxLoadHmodIndex().
|
|
Definition at line 18 of file w32/ntuser/kernel/atom.c. References NTSTATUS(), NULL, RtlCreateAtomTable(), Status, and UserAtomTableHandle.
|
|
Definition at line 15 of file w32/ntuser/kernel/atom.c. Referenced by UserAddAtom(), UserDeleteAtom(), UserFindAtom(), UserGetAtomName(), UserRtlCreateAtomTable(), and Win32kNtUserCleanup(). |