|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <winuser.h>

Public Attributes | |
| DWORD | cbSize |
| RECT | rcBar |
| HMENU | hMenu |
| HWND | hwndMenu |
| BOOL | fBarFocused:1 |
| BOOL | fFocused:1 |
| DWORD tagMENUBARINFO::cbSize |
Definition at line 3834 of file winuser.h.
Referenced by edit_proc_proxy(), NtUserGetMenuBarInfo(), test_getmenubarinfo(), and WndProc().
| BOOL tagMENUBARINFO::fBarFocused |
Definition at line 3838 of file winuser.h.
Referenced by edit_proc_proxy(), NtUserGetMenuBarInfo(), test_getmenubarinfo(), and WndProc().
| BOOL tagMENUBARINFO::fFocused |
Definition at line 3839 of file winuser.h.
Referenced by edit_proc_proxy(), NtUserGetMenuBarInfo(), test_getmenubarinfo(), and WndProc().
| HMENU tagMENUBARINFO::hMenu |
Definition at line 3836 of file winuser.h.
Referenced by child_edit_menu_proc(), edit_proc_proxy(), NtUserGetMenuBarInfo(), test_getmenubarinfo(), and WndProc().
| HWND tagMENUBARINFO::hwndMenu |
Definition at line 3837 of file winuser.h.
Referenced by edit_proc_proxy(), NtUserGetMenuBarInfo(), and WndProc().
| RECT tagMENUBARINFO::rcBar |
Definition at line 3835 of file winuser.h.
Referenced by NtUserGetMenuBarInfo(), test_getmenubarinfo(), and ThreadFunc().