Home
last modified time | relevance | path

Searched refs:hmenuViewPopup (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shell32/
H A DCDefView.cpp4088 HMENU hmenuViewPopup = CreatePopupMenu(); in Exec() local
4089 Shell_MergeMenus(hmenuViewPopup, m_hMenuViewModes, 0, 0, 0xFFFF, 0); in Exec()
4090 DeleteMenu(hmenuViewPopup, GetMenuItemCount(hmenuViewPopup) - 1, MF_BYPOSITION); in Exec()
4091 DeleteMenu(hmenuViewPopup, GetMenuItemCount(hmenuViewPopup) - 1, MF_BYPOSITION); in Exec()
4092 CheckViewMode(hmenuViewPopup); in Exec()
4093 …TrackPopupMenuEx(hmenuViewPopup, TPM_LEFTALIGN | TPM_TOPALIGN, params.rcExclude.left, params.rcExc… in Exec()
4094 ::DestroyMenu(hmenuViewPopup); in Exec()