mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:43:06 +00:00
[SHELL32] Implement and use SHOpenPropSheet (#7432)
- Implement SHOpenPropSheetW. - Reuse already opened propertysheets and format dialogs by finding the existing unique stub window. - Default .lnk property dialog to the shortcut tab.
This commit is contained in:
parent
53f498c968
commit
2aadf2eb26
22 changed files with 577 additions and 596 deletions
|
@ -275,6 +275,8 @@ BEGIN_OBJECT_MAP(ObjectMap)
|
|||
OBJECT_ENTRY(CLSID_ShellFSFolder, CFSFolder)
|
||||
OBJECT_ENTRY(CLSID_MyComputer, CDrivesFolder)
|
||||
OBJECT_ENTRY(CLSID_ShellDesktop, CDesktopFolder)
|
||||
OBJECT_ENTRY(CLSID_ShellFileDefExt, CFileDefExt)
|
||||
OBJECT_ENTRY(CLSID_ShellDrvDefExt, CDrvDefExt)
|
||||
OBJECT_ENTRY(CLSID_ShellItem, CShellItem)
|
||||
OBJECT_ENTRY(CLSID_ShellLink, CShellLink)
|
||||
OBJECT_ENTRY(CLSID_Shell, CShellDispatch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue