Searched refs:ILGDN_INFOLDER (Results 1 – 5 of 5) sorted by relevance
45 HRESULT hr = ILGetDisplayNameExW(NULL, m_idlist, path, ILGDN_INFOLDER) ? S_OK : E_FAIL; in get_Title()
246 hr = ILGetDisplayNameEx(NULL, pidl, buffer, ILGDN_INFOLDER) ? S_OK : E_FAIL; in _AddISFBandToMenu()
261 if (m_QLaunch || !ILGetDisplayNameEx(NULL, m_pidl, pdbi->wszTitle, ILGDN_INFOLDER)) in GetBandInfo()
73 #define ILGDN_INFOLDER 2 macro
128 case ILGDN_INFOLDER: in ILGetDisplayNameExW()