ReactOS 0.4.15-dev-7788-g1ad9096
tagROSMENUITEMINFO Struct Reference

#include <menu.h>

Collaboration diagram for tagROSMENUITEMINFO:

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
 

Detailed Description

Definition at line 100 of file menu.h.

Member Data Documentation

◆ cbSize

UINT tagROSMENUITEMINFO::cbSize

◆ cch

UINT tagROSMENUITEMINFO::cch

Definition at line 113 of file menu.h.

Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), and MENU_GetSystemMenu().

◆ dwItemData

DWORD tagROSMENUITEMINFO::dwItemData

Definition at line 111 of file menu.h.

Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().

◆ dwTypeData

LPWSTR tagROSMENUITEMINFO::dwTypeData

Definition at line 112 of file menu.h.

Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), and MENU_GetSystemMenu().

◆ dxTab

UINT tagROSMENUITEMINFO::dxTab

Definition at line 117 of file menu.h.

Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().

◆ fMask

UINT tagROSMENUITEMINFO::fMask

◆ fState

UINT tagROSMENUITEMINFO::fState

Definition at line 106 of file menu.h.

Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), and MENU_GetSystemMenu().

◆ fType

UINT tagROSMENUITEMINFO::fType

Definition at line 105 of file menu.h.

Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), and MENU_GetSystemMenu().

◆ hbmpChecked

HBITMAP tagROSMENUITEMINFO::hbmpChecked

Definition at line 109 of file menu.h.

Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().

◆ hbmpItem

HBITMAP tagROSMENUITEMINFO::hbmpItem

◆ hbmpUnchecked

HBITMAP tagROSMENUITEMINFO::hbmpUnchecked

Definition at line 110 of file menu.h.

Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().

◆ hSubMenu

HMENU tagROSMENUITEMINFO::hSubMenu

Definition at line 108 of file menu.h.

Referenced by IntGetMenuItemInfo(), IntSetMenuItemInfo(), and MENU_GetSystemMenu().

◆ lpstr

LPWSTR tagROSMENUITEMINFO::lpstr

Definition at line 118 of file menu.h.

Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().

◆ maxBmpSize

SIZE tagROSMENUITEMINFO::maxBmpSize

Definition at line 119 of file menu.h.

Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().

◆ Rect

RECT tagROSMENUITEMINFO::Rect

Definition at line 116 of file menu.h.

Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().

◆ wID

UINT tagROSMENUITEMINFO::wID

Definition at line 107 of file menu.h.

Referenced by IntGetMenuItemInfo(), and IntSetMenuItemInfo().


The documentation for this struct was generated from the following file: