Searched refs:GetMenuItemInfoA (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | menu.c | 661 ret = GetMenuItemInfoA( hmenu, 0, TRUE, &mii); in test_subpopup_locked_by_menu() 678 ret = GetMenuItemInfoA( hmenu, 0, TRUE, &mii); in test_subpopup_locked_by_menu() 769 if (GetMenuItemInfoA( hmenu, 1, TRUE, &mii )) in test_menu_ownerdraw() 1109 GetMenuItemInfoA( hmenu, 0, TRUE, &info ); in test_menu_add_string() 2175 rc = GetMenuItemInfoA(hmenu, 0, TRUE, &info); in test_menu_search_bycommand() 3958 ret = GetMenuItemInfoA(hmenu, 0, TRUE, &mii); in test_AppendMenu() 3974 ret = GetMenuItemInfoA(hmenu, 0, TRUE, &mii); in test_AppendMenu() 3992 ret = GetMenuItemInfoA(hmenu, 0, TRUE, &mii); in test_AppendMenu() 4025 ret = GetMenuItemInfoA(hmenu, 0, TRUE, &mii); in test_AppendMenu() 4043 ret = GetMenuItemInfoA(hmenu, 0, TRUE, &mii); in test_AppendMenu() [all …]
|
H A D | edit.c | 2563 if (GetMenuItemInfoA(mbi.hMenu, EM_SETSEL, FALSE, &mii)) { in child_edit_menu_proc()
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 317 312 stdcall GetMenuItemInfoA(long long long ptr)
|
/reactos/win32ss/user/user32/windows/ |
H A D | menu.c | 981 GetMenuItemInfoA( in GetMenuItemInfoA() function
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 4687 BOOL WINAPI GetMenuItemInfoA(_In_ HMENU, _In_ UINT, _In_ BOOL, _Inout_ LPMENUITEMINFOA); 5800 #define GetMenuItemInfo GetMenuItemInfoA
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | edit.c | 2560 if (GetMenuItemInfoA(mbi.hMenu, EM_SETSEL, FALSE, &mii)) in child_edit_menu_proc()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlfolder.c | 4430 res = GetMenuItemInfoA(hmenu, i, TRUE, &mii); in test_contextmenu()
|