ReactOS 0.4.16-dev-106-g10b08aa
|
#include <menu.h>
Public Attributes | |
UINT | cbSize |
UINT | fMask |
UINT | fType |
UINT | fState |
UINT | wID |
HMENU | hSubMenu |
HBITMAP | hbmpChecked |
HBITMAP | hbmpUnchecked |
DWORD | dwItemData |
LPWSTR | dwTypeData |
UINT | cch |
HBITMAP | hbmpItem |
RECT | Rect |
UINT | dxTab |
LPWSTR | lpstr |
SIZE | maxBmpSize |
UINT tagROSMENUITEMINFO::cbSize |
Definition at line 103 of file menu.h.
Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), MENU_GetSystemMenu(), UserInsertMenuItem(), and UserMenuItemInfo().
UINT tagROSMENUITEMINFO::cch |
Definition at line 113 of file menu.h.
Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), and MENU_GetSystemMenu().
DWORD tagROSMENUITEMINFO::dwItemData |
Definition at line 111 of file menu.h.
Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().
LPWSTR tagROSMENUITEMINFO::dwTypeData |
Definition at line 112 of file menu.h.
Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), and MENU_GetSystemMenu().
UINT tagROSMENUITEMINFO::dxTab |
Definition at line 117 of file menu.h.
Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().
UINT tagROSMENUITEMINFO::fMask |
Definition at line 104 of file menu.h.
Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), MENU_GetSystemMenu(), and UserMenuItemInfo().
UINT tagROSMENUITEMINFO::fState |
Definition at line 106 of file menu.h.
Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), and MENU_GetSystemMenu().
UINT tagROSMENUITEMINFO::fType |
Definition at line 105 of file menu.h.
Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), and MENU_GetSystemMenu().
HBITMAP tagROSMENUITEMINFO::hbmpChecked |
Definition at line 109 of file menu.h.
Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().
HBITMAP tagROSMENUITEMINFO::hbmpItem |
Definition at line 114 of file menu.h.
Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), MENU_GetSystemMenu(), and UserInsertMenuItem().
HBITMAP tagROSMENUITEMINFO::hbmpUnchecked |
Definition at line 110 of file menu.h.
Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().
HMENU tagROSMENUITEMINFO::hSubMenu |
Definition at line 108 of file menu.h.
Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), and MENU_GetSystemMenu().
LPWSTR tagROSMENUITEMINFO::lpstr |
Definition at line 118 of file menu.h.
Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().
SIZE tagROSMENUITEMINFO::maxBmpSize |
Definition at line 119 of file menu.h.
Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().
RECT tagROSMENUITEMINFO::Rect |
Definition at line 116 of file menu.h.
Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().
UINT tagROSMENUITEMINFO::wID |
Definition at line 107 of file menu.h.
Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().