Searched refs:hBandsMenu (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/browseui/ |
H A D | shellbrowser.cpp | 347 HRESULT BuildExplorerBandCategory(HMENU hBandsMenu, CATID category, DWORD dwPos, UINT *nbFound); 1856 HMENU hBandsMenu; in BuildExplorerBandMenu() local 1859 hBandsMenu = SHGetMenuFromID(fCurrentMenuBar, IDM_VIEW_EXPLORERBAR); in BuildExplorerBandMenu() 1860 if (!hBandsMenu) in BuildExplorerBandMenu() 1866 BuildExplorerBandCategory(hBandsMenu, CATID_InfoBand, 4, NULL); in BuildExplorerBandMenu() 1867 BuildExplorerBandCategory(hBandsMenu, CATID_CommBand, 20, &nbFound); in BuildExplorerBandMenu() 1871 DeleteMenu(hBandsMenu, IDM_EXPLORERBAR_SEPARATOR, MF_BYCOMMAND); in BuildExplorerBandMenu() 1874 DeleteMenu(hBandsMenu, IDM_EXPLORERBAR_MEDIA, MF_BYCOMMAND); in BuildExplorerBandMenu() 1878 HRESULT CShellBrowser::BuildExplorerBandCategory(HMENU hBandsMenu, CATID category, DWORD dwPos, UIN… in BuildExplorerBandCategory() argument 1913 …InsertMenu(hBandsMenu, dwPos + cBands, MF_BYPOSITION, IDM_EXPLORERBAND_BEGINCUSTOM + DSA_GetItemCo… in BuildExplorerBandCategory()
|