mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[SHELL32][SDK] SHChangeNotify: Re-work Part 1 (#6898)
Making shell change notification implementation better. Now recycle bin icon change is working. JIRA issue: CORE-13950 JIRA issue: CORE-19591 JIRA issue: CORE-11453 - Delete SHSimpleIDListFromPathA/W hacks. - Translate simple PIDLs (coming from SHSimpleIDListFromPathA/W) in CDefView::OnChangeNotify method. - Add CDefView::LV_RefreshIcons method for SHCNE_UPDATEIMAGE change event. - Rename CDefView::LV_ProdItem method as CDefView::LV_UpdateItem. - Call SHUpdateRecycleBinIcon in SHFileOperationW function. - Half-implement SHUpdateRecycleBinIcon. - Call SHChangeNotify in DeleteExt function.
This commit is contained in:
parent
e0ba2f3372
commit
3285f698fd
8 changed files with 99 additions and 37 deletions
|
@ -1323,6 +1323,7 @@ SHCreateShellFolderViewEx(
|
|||
#define SFVM_SETISFV 39
|
||||
#define SFVM_GETEXTVIEWS 40 /* undocumented */
|
||||
#define SFVM_THISIDLIST 41
|
||||
#define SFVM_UPDATINGOBJECT 43 /* undocumented */
|
||||
#define SFVM_ADDPROPERTYPAGES 47
|
||||
#define SFVM_BACKGROUNDENUMDONE 48
|
||||
#define SFVM_GETNOTIFY 49
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue