mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Change notification on a folder on Desktop was failing due to mismatching PIDLs. We translate PIDLs to match the alias PIDLs. JIRA issue: CORE-19630 JIRA issue: CORE-19820 JIRA issue: CORE-16941 - Add SHELL32_ReparentAsAliasPidl and SHELL32_AliasTranslatePidl helper functions. They translate a PIDL to an "alias" PIDL. - Implement SHLogILFromFSIL function. - Use SHELL32_AliasTranslatePidl in CDesktopFolder::ParseDisplayName instread of Shell_TranslateIDListAlias. - Use SHELL32_AliasTranslatePidl in CreateNotificationParam.