|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 3828 of file winuser.h.
Referenced by edit_proc_proxy(), NtUserGetMenuBarInfo(), test_getmenubarinfo(), and WndProc().
| BOOL tagMENUBARINFO::fBarFocused |
Definition at line 3832 of file winuser.h.
Referenced by edit_proc_proxy(), NtUserGetMenuBarInfo(), test_getmenubarinfo(), and WndProc().
| BOOL tagMENUBARINFO::fFocused |
Definition at line 3833 of file winuser.h.
Referenced by edit_proc_proxy(), NtUserGetMenuBarInfo(), test_getmenubarinfo(), and WndProc().
| HMENU tagMENUBARINFO::hMenu |
Definition at line 3830 of file winuser.h.
Referenced by child_edit_menu_proc(), edit_proc_proxy(), NtUserGetMenuBarInfo(), test_getmenubarinfo(), and WndProc().
| HWND tagMENUBARINFO::hwndMenu |
Definition at line 3831 of file winuser.h.
Referenced by edit_proc_proxy(), NtUserGetMenuBarInfo(), and WndProc().
| RECT tagMENUBARINFO::rcBar |
Definition at line 3829 of file winuser.h.
Referenced by NtUserGetMenuBarInfo(), test_getmenubarinfo(), and ThreadFunc().