|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| BOOL | bInitialized |
| BOOL | bFixedItems |
| COLORREF | crBorderColor |
| int | nBorderWidth |
| HBITMAP | hBorderBmp |
| LPITEMIDLIST | pidl |
| UINT | uID |
| UINT | uFlags |
| UINT | uEnumFlags |
| LPFNFMCALLBACK | lpfnCallback |
| BOOL FMINFO::bFixedItems |
Definition at line 47 of file shlmenu.c.
Referenced by FileMenu_AppendItemW().
| BOOL FMINFO::bInitialized |
Definition at line 46 of file shlmenu.c.
Referenced by FileMenu_AppendFilesForPidl(), FileMenu_DeleteAllItems(), and FM_InitMenuPopup().
| COLORREF FMINFO::crBorderColor |
Definition at line 49 of file shlmenu.c.
Referenced by FileMenu_Create().
| HBITMAP FMINFO::hBorderBmp |
Definition at line 51 of file shlmenu.c.
Referenced by FileMenu_Create().
| LPFNFMCALLBACK FMINFO::lpfnCallback |
Definition at line 58 of file shlmenu.c.
Referenced by FM_InitMenuPopup(), and FM_SetMenuParameter().
| int FMINFO::nBorderWidth |
Definition at line 50 of file shlmenu.c.
Referenced by FileMenu_Create(), FileMenu_DrawItem(), and FileMenu_MeasureItem().
| LPITEMIDLIST FMINFO::pidl |
Definition at line 54 of file shlmenu.c.
Referenced by FileMenu_Destroy(), FM_InitMenuPopup(), and FM_SetMenuParameter().
| UINT FMINFO::uEnumFlags |
Definition at line 57 of file shlmenu.c.
Referenced by FM_InitMenuPopup(), and FM_SetMenuParameter().
| UINT FMINFO::uFlags |
Definition at line 56 of file shlmenu.c.
Referenced by FM_SetMenuParameter().
| UINT FMINFO::uID |
Definition at line 55 of file shlmenu.c.
Referenced by FM_InitMenuPopup(), and FM_SetMenuParameter().