Searched refs:ILGDN_FORPARSING (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/shell32/wine/ |
H A D | pidl.c | 122 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 D | shlmenu.c | 186 ILGetDisplayNameExW(NULL, pidlTemp, sTemp, ILGDN_FORPARSING); in FM_InitMenuPopup()
|
/reactos/sdk/include/reactos/ |
H A D | undocshell.h | 71 #define ILGDN_FORPARSING 0 macro
|
/reactos/dll/win32/shell32/folders/ |
H A D | CFSFolder.cpp | 349 ILGetDisplayNameExW(psf, pidl, wTemp, ILGDN_FORPARSING); in CFSExtractIcon_CreateInstance()
|