mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
[SHELL32] Implement the Select verb in CommDlgBrowser (#7225)
- Use Select instead of Open default menu item. - Support CDB2GVF_NOSELECTVERB, CDB2GVF_NOINCLUDEITEM and CDB2GVF_SHOWALLFILES flags.
This commit is contained in:
parent
7d532f8792
commit
d5f6b8c50b
40 changed files with 342 additions and 12 deletions
|
@ -1442,6 +1442,11 @@ cpp_quote("#define CDBOSC_STATECHANGE 0x00000004")
|
|||
]
|
||||
interface ICommDlgBrowser2 : ICommDlgBrowser
|
||||
{
|
||||
cpp_quote("#define CDB2N_CONTEXTMENU_DONE 1")
|
||||
cpp_quote("#define CDB2N_CONTEXTMENU_START 2")
|
||||
cpp_quote("#define CDB2GVF_SHOWALLFILES 0x00000001")
|
||||
cpp_quote("#define CDB2GVF_NOSELECTVERB 0x00000008")
|
||||
cpp_quote("#define CDB2GVF_NOINCLUDEITEM 0x00000010 /* IncludeObject should not be called */")
|
||||
|
||||
HRESULT Notify(
|
||||
[in] IShellView *ppshv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue