Searched refs:GetAtomNameA (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | atom.c | 405 len = GetAtomNameA( atom, buf, 10 ); in test_local_get_atom_name() 422 len = GetAtomNameA( atom, buf, 6 ); in test_local_get_atom_name() 440 ok( !GetAtomNameA( atom, buf, 0 ), "succeeded\n" ); in test_local_get_atom_name() 456 len = GetAtomNameA( (ATOM)i, buf, 10 ); in test_local_get_atom_name() 468 len = GetAtomNameA( (ATOM)i, buf, 1); in test_local_get_atom_name() 485 len = GetAtomNameA(atom, out, sizeof(out)); in test_local_get_atom_name() 493 len = GetAtomNameA(atom, out, 10); in test_local_get_atom_name()
|
/reactos/dll/win32/kernel32/client/ |
H A D | atom.c | 577 GetAtomNameA(ATOM nAtom, in GetAtomNameA() function
|
/reactos/win32ss/user/user32/misc/ |
H A D | ddemisc.c | 486 ret = GetAtomNameA(HSZ2ATOM(hsz), ptr, cchMax); in WDML_QueryString()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 2071 GetAtomNameA( 3822 #define GetAtomName GetAtomNameA
|
/reactos/modules/rostests/winetests/user32/ |
H A D | clipboard.c | 397 len = GetAtomNameA((ATOM)format_id, buf, 256); in test_RegisterClipboardFormatA()
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 350 @ stdcall GetAtomNameA(long ptr long)
|