Home
last modified time | relevance | path

Searched refs:MENUBARINFO (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/user32/
H A Dmenu.c229 MENUBARINFO mbi; in test_getmenubarinfo()
234 mbi.cbSize = sizeof(MENUBARINFO); in test_getmenubarinfo()
279 mbi.cbSize = sizeof(MENUBARINFO); in test_getmenubarinfo()
2360 MENUBARINFO mbi; in WndProc()
2389 mbi.cbSize = sizeof(MENUBARINFO); in WndProc()
H A Dedit.c2510 MENUBARINFO mbi; in edit_proc_proxy()
2560 MENUBARINFO mbi = { sizeof(MENUBARINFO) }; in child_edit_menu_proc()
/reactos/win32ss/user/ntuser/
H A Dmenu.c5928 MENUBARINFO kmbi; in NtUserGetMenuBarInfo()
5995 ProbeForRead(pmbi, sizeof(MENUBARINFO), 1); in NtUserGetMenuBarInfo()
6004 if (kmbi.cbSize != sizeof(MENUBARINFO)) in NtUserGetMenuBarInfo()
6051 ProbeForWrite(pmbi, sizeof(MENUBARINFO), 1); in NtUserGetMenuBarInfo()
6052 RtlCopyMemory(pmbi, &kmbi, sizeof(MENUBARINFO)); in NtUserGetMenuBarInfo()
/reactos/modules/rostests/winetests/comctl32/
H A Dedit.c2556 MENUBARINFO mbi = { sizeof(mbi) }; in child_edit_menu_proc()
/reactos/sdk/include/psdk/
H A Dwinuser.h3735 } MENUBARINFO,*PMENUBARINFO; typedef