Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dpidl.c122 case ILGDN_FORPARSING: in ILGetDisplayNameExW()
137 if (!*(const WORD*)pidl || type == ILGDN_FORPARSING) in ILGetDisplayNameExW()
188 return ILGetDisplayNameExW(NULL, pidl, path, ILGDN_FORPARSING); in ILGetDisplayName()
189 return ILGetDisplayNameExA(NULL, pidl, path, ILGDN_FORPARSING); in ILGetDisplayName()
H A Dshlmenu.c186 ILGetDisplayNameExW(NULL, pidlTemp, sTemp, ILGDN_FORPARSING); in FM_InitMenuPopup()
/reactos/sdk/include/reactos/
H A Dundocshell.h71 #define ILGDN_FORPARSING 0 macro
/reactos/dll/win32/shell32/folders/
H A DCFSFolder.cpp349 ILGetDisplayNameExW(psf, pidl, wTemp, ILGDN_FORPARSING); in CFSExtractIcon_CreateInstance()