Searched refs:IDM_EXPLORERBAND_BEGINCUSTOM (Results 1 – 2 of 2) sorted by relevance
79 #define IDM_EXPLORERBAND_BEGINCUSTOM 0xA240 macro
694 … COMMAND_RANGE_HANDLER(IDM_EXPLORERBAND_BEGINCUSTOM, IDM_EXPLORERBAND_ENDCUSTOM, OnExplorerBar)1909 …InsertMenu(hBandsMenu, dwPos + cBands, MF_BYPOSITION, IDM_EXPLORERBAND_BEGINCUSTOM + DSA_GetItemCo… in BuildExplorerBandCategory()4037 if (wID >= IDM_EXPLORERBAND_BEGINCUSTOM && wID <= IDM_EXPLORERBAND_ENDCUSTOM) in OnExplorerBar()4040 mbi = (MenuBandInfo*)DSA_GetItemPtr(menuDsa, (wID - IDM_EXPLORERBAND_BEGINCUSTOM)); in OnExplorerBar()