[SHELL32] Handle SHCreateShellFolderViewEx callback function (#7240)

The caller supplied callback function is wrapped in a IShellFolderViewCB so we can use (the newer) SHCreateShellFolderView.
This commit is contained in:
Whindmar Saksit 2024-08-19 00:34:05 +02:00 committed by GitHub
parent 53e930e97f
commit e639d7c1e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 145 additions and 22 deletions

View file

@ -1331,6 +1331,7 @@ SHCreateShellFolderViewEx(
#define SFVM_GETEXTVIEWS 40 /* undocumented */
#define SFVM_THISIDLIST 41
#define SFVM_UPDATINGOBJECT 43 /* undocumented */
#define SFVM_HWNDMAIN 46 /* undocumented */
#define SFVM_ADDPROPERTYPAGES 47
#define SFVM_BACKGROUNDENUMDONE 48
#define SFVM_GETNOTIFY 49