|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <menu.h>

Public Attributes | |
| DWORD | cbSize |
| DWORD | fMask |
| DWORD | dwStyle |
| UINT | cyMax |
| HBRUSH | hbrBack |
| DWORD | dwContextHelpID |
| ULONG_PTR | dwMenuData |
| ULONG | fFlags |
| UINT | iItem |
| UINT | cItems |
| WORD | cxMenu |
| WORD | cyMenu |
| ULONG | cxTextAlign |
| PWND | spwndNotify |
| INT | iTop |
| INT | iMaxTop |
| DWORD | dwArrowsOn:2 |
| HMENU | Self |
| HWND | Wnd |
| BOOL | TimeToHide |
| DWORD tagROSMENUINFO::cbSize |
Definition at line 76 of file menu.h.
Referenced by IntGetMenuInfo(), IntSetMenuInfo(), and UserMenuInfo().
| UINT tagROSMENUINFO::cItems |
Definition at line 86 of file menu.h.
Referenced by IntGetMenuInfo().
| WORD tagROSMENUINFO::cxMenu |
Definition at line 87 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| ULONG tagROSMENUINFO::cxTextAlign |
Definition at line 89 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| UINT tagROSMENUINFO::cyMax |
Definition at line 79 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| WORD tagROSMENUINFO::cyMenu |
Definition at line 88 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| DWORD tagROSMENUINFO::dwArrowsOn |
Definition at line 93 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| DWORD tagROSMENUINFO::dwContextHelpID |
Definition at line 81 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| ULONG_PTR tagROSMENUINFO::dwMenuData |
Definition at line 82 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| DWORD tagROSMENUINFO::dwStyle |
Definition at line 78 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| ULONG tagROSMENUINFO::fFlags |
Definition at line 84 of file menu.h.
Referenced by IntGetMenuInfo().
| DWORD tagROSMENUINFO::fMask |
Definition at line 77 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| HBRUSH tagROSMENUINFO::hbrBack |
Definition at line 80 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| UINT tagROSMENUINFO::iItem |
Definition at line 85 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| INT tagROSMENUINFO::iMaxTop |
Definition at line 92 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| INT tagROSMENUINFO::iTop |
Definition at line 91 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| HMENU tagROSMENUINFO::Self |
Definition at line 95 of file menu.h.
Referenced by IntGetMenuInfo().
| PWND tagROSMENUINFO::spwndNotify |
Definition at line 90 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| BOOL tagROSMENUINFO::TimeToHide |
Definition at line 97 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().
| HWND tagROSMENUINFO::Wnd |
Definition at line 96 of file menu.h.
Referenced by IntGetMenuInfo(), and IntSetMenuInfo().