Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A DCFolder.cpp45 HRESULT hr = ILGetDisplayNameExW(NULL, m_idlist, path, ILGDN_INFOLDER) ? S_OK : E_FAIL; in get_Title()
/reactos/dll/win32/browseui/shellbars/
H A DCBandSiteMenu.cpp246 hr = ILGetDisplayNameEx(NULL, pidl, buffer, ILGDN_INFOLDER) ? S_OK : E_FAIL; in _AddISFBandToMenu()
H A DCISFBand.cpp261 if (m_QLaunch || !ILGetDisplayNameEx(NULL, m_pidl, pdbi->wszTitle, ILGDN_INFOLDER)) in GetBandInfo()
/reactos/sdk/include/reactos/
H A Dundocshell.h73 #define ILGDN_INFOLDER 2 macro
/reactos/dll/win32/shell32/wine/
H A Dpidl.c128 case ILGDN_INFOLDER: in ILGetDisplayNameExW()