Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/folders/
H A DCDesktopFolder.cpp457 CComHeapPtr<ITEMIDLIST> pidlAlias; in ParseDisplayName() local
458 if (SUCCEEDED(Shell_TranslateIDListAlias(*ppidl, NULL, &pidlAlias, 0xFFFF))) in ParseDisplayName()
461 *ppidl = pidlAlias.Detach(); in ParseDisplayName()