ReactOS 0.4.16-dev-88-ga65b6ae
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
PRTL_ATOM_TABLE | BaseLocalAtomTable = NULL |
Definition at line 526 of file atom.c.
Referenced by test_local_add_atom(), test_local_error_handling(), test_local_get_atom_name(), and WDML_CreateString().
Definition at line 536 of file atom.c.
Referenced by test_local_add_atom(), test_local_error_handling(), test_local_get_atom_name(), UXTHEME_SetWindowProperty(), and WDML_CreateString().
Definition at line 546 of file atom.c.
Referenced by UXTHEME_SetWindowProperty(), and WDML_DecHSZ().
Definition at line 556 of file atom.c.
Referenced by test_DdeCreateStringHandleW(), test_local_add_atom(), test_local_error_handling(), and test_RegisterClipboardFormatA().
Definition at line 566 of file atom.c.
Referenced by test_DdeCreateStringHandleW(), test_local_add_atom(), and test_local_error_handling().
Definition at line 577 of file atom.c.
Referenced by test_local_get_atom_name(), test_RegisterClipboardFormatA(), and WDML_QueryString().
Definition at line 589 of file atom.c.
Referenced by DdeCmpStringHandles(), DdeCreateDataHandle(), test_local_get_atom_name(), UXTHEME_GetWindowProperty(), WDML_MakeAtomFromHsz(), and WDML_QueryString().
Definition at line 434 of file atom.c.
Referenced by test_add_atom(), test_error_handling(), test_get_atom_name(), test_handles(), and test_msg_client().
Definition at line 444 of file atom.c.
Referenced by Control_DoLaunch(), dde_server_wndprocA(), dde_server_wndprocW(), DllMain(), HotkeyThread(), LresultFromObject(), SetPropW(), START_TEST(), test_add_atom(), test_error_handling(), test_get_atom_name(), THEMING_Initialize(), UXTHEME_InitSystem(), and WDML_MakeAtomFromHsz().
Definition at line 454 of file atom.c.
Referenced by Control_DoLaunch(), dde_msg_client_wndproc(), dde_server_wndprocA(), dde_server_wndprocW(), DdeConnect(), DdePostAdvise(), DdeReconnect(), DllMain(), HotkeyThread(), ObjectFromLresult(), START_TEST(), test_msg_client(), WDML_ClientProc(), WDML_ClientQueueAdvise(), WDML_ClientQueuePoke(), WDML_ClientQueueRequest(), WDML_ClientQueueUnadvise(), WDML_HandleAdviseReply(), WDML_HandleIncomingData(), WDML_HandlePokeReply(), WDML_HandleRequestReply(), WDML_HandleUnadviseReply(), and WDML_RemoveServer().
Definition at line 464 of file atom.c.
Referenced by test_add_atom(), test_DdeCreateStringHandleW(), test_error_handling(), and test_RegisterClipboardFormatA().
Definition at line 474 of file atom.c.
Referenced by Control_DoLaunch(), GetPropW(), RemovePropW(), START_TEST(), test_add_atom(), test_DdeCreateStringHandleW(), and test_error_handling().
Definition at line 484 of file atom.c.
Referenced by dde_msg_client_wndproc(), dde_server_wndproc(), EnumPropsA(), EnumPropsExA(), SPY_GetMsgStuff(), test_get_atom_name(), test_handles(), and test_RegisterClipboardFormatA().
Definition at line 496 of file atom.c.
Referenced by EnumPropsExW(), EnumPropsW(), ObjectFromLresult(), test_get_atom_name(), and WDML_MakeHszFromAtom().
Definition at line 32 of file atom.c.
Referenced by AddAtomA(), AddAtomW(), GlobalAddAtomA(), and GlobalAddAtomW().
Definition at line 245 of file atom.c.
Referenced by DeleteAtom(), and GlobalDeleteAtom().
Definition at line 133 of file atom.c.
Referenced by FindAtomA(), FindAtomW(), GlobalFindAtomA(), and GlobalFindAtomW().
UINT WINAPI InternalGetAtomName | ( | BOOLEAN | Local, |
BOOLEAN | Unicode, | ||
ATOM | Atom, | ||
LPSTR | AtomName, | ||
DWORD | Size | ||
) |
Definition at line 280 of file atom.c.
Referenced by GetAtomNameA(), GetAtomNameW(), GlobalGetAtomNameA(), and GlobalGetAtomNameW().
Definition at line 23 of file atom.c.
Referenced by InternalAddAtom(), InternalDeleteAtom(), InternalFindAtom(), and InternalGetAtomName().
PRTL_ATOM_TABLE BaseLocalAtomTable = NULL |
Definition at line 17 of file atom.c.
Referenced by InitAtomTable(), and InternalInitAtomTable().