From 1993d45eff5edfb37c44c786514a3220b5948d10 Mon Sep 17 00:00:00 2001 From: Nikita Leontiev Date: Thu, 2 Oct 2025 07:46:28 +0300 Subject: [PATCH 1/4] Copy-paste removed --- desktop-src/shell/dfm-mergecontextmenu.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/desktop-src/shell/dfm-mergecontextmenu.md b/desktop-src/shell/dfm-mergecontextmenu.md index d8c37183b4e..c83bc75bcda 100644 --- a/desktop-src/shell/dfm-mergecontextmenu.md +++ b/desktop-src/shell/dfm-mergecontextmenu.md @@ -57,8 +57,6 @@ If items are added to the context menu, they must be supported with routines tha This message is sent to either the callback function or the callback object depending on how the default context menu object is implemented. There are two APIs for its implementation, [**CDefFolderMenu\_Create2**](/windows/desktop/api/shlobj_core/nf-shlobj_core-cdeffoldermenu_create2), [**SHCreateDefaultContextMenu**](/windows/desktop/api/shlobj_core/nf-shlobj_core-shcreatedefaultcontextmenu). -[**DFM\_INVOKECOMMANDEX**](dfm-invokecommandex.md) is an extended version of this message and provides more information to the callback. Use **DFM\_INVOKECOMMANDEX** if the additional information provided by that interface is needed in your implementation. - ## Requirements From 76c8880beec81b8c4a907dedbd984928c1b68aed Mon Sep 17 00:00:00 2001 From: Nikita Leontiev Date: Thu, 2 Oct 2025 07:54:09 +0300 Subject: [PATCH 2/4] Copy-paste removed --- desktop-src/shell/dfm-mergecontextmenu-top.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/desktop-src/shell/dfm-mergecontextmenu-top.md b/desktop-src/shell/dfm-mergecontextmenu-top.md index 521b52635de..2e06cde59a7 100644 --- a/desktop-src/shell/dfm-mergecontextmenu-top.md +++ b/desktop-src/shell/dfm-mergecontextmenu-top.md @@ -57,8 +57,6 @@ If items are added to the extended context menu, they must be supported with rou This message is sent to either the callback function or the callback object depending on how the default context menu object is implemented. There are two APIs for its implementation, [**CDefFolderMenu\_Create2**](/windows/desktop/api/shlobj_core/nf-shlobj_core-cdeffoldermenu_create2), [**SHCreateDefaultContextMenu**](/windows/desktop/api/shlobj_core/nf-shlobj_core-shcreatedefaultcontextmenu). -[**DFM\_INVOKECOMMANDEX**](dfm-invokecommandex.md) is an extended version of this message and provides more information to the callback. Use **DFM\_INVOKECOMMANDEX** if the additional information provided by that interface is needed in your implementation. - ## Requirements From 0480c5683a78c1148036d887498bb60bbb6f107c Mon Sep 17 00:00:00 2001 From: Nikita Leontiev Date: Thu, 2 Oct 2025 07:55:22 +0300 Subject: [PATCH 3/4] Copy-paste removed --- desktop-src/shell/dfm-mergecontextmenu-bottom.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/desktop-src/shell/dfm-mergecontextmenu-bottom.md b/desktop-src/shell/dfm-mergecontextmenu-bottom.md index b210bf3aa57..7ba919337cd 100644 --- a/desktop-src/shell/dfm-mergecontextmenu-bottom.md +++ b/desktop-src/shell/dfm-mergecontextmenu-bottom.md @@ -57,8 +57,6 @@ If items are added to the extended context menu, they must be supported with rou This message is sent to either the callback function or the callback object depending on how the default context menu object is constructed. There are two APIs for its construction, [**CDefFolderMenu\_Create2**](/windows/desktop/api/shlobj_core/nf-shlobj_core-cdeffoldermenu_create2), [**SHCreateDefaultContextMenu**](/windows/desktop/api/shlobj_core/nf-shlobj_core-shcreatedefaultcontextmenu). -[**DFM\_INVOKECOMMANDEX**](dfm-invokecommandex.md) is an extended version of this message and provides more information to the callback. Use **DFM\_INVOKECOMMANDEX** if the additional information provided by that interface is needed in your implementation. - ## Requirements From c127bfb6b4f4e40d81522e7f7e88f42827b6b6c3 Mon Sep 17 00:00:00 2001 From: Nikita Leontiev Date: Fri, 3 Oct 2025 02:01:47 +0300 Subject: [PATCH 4/4] Copy-paste removed --- desktop-src/shell/dfm-getdefstaticid.md | 2 -- desktop-src/shell/dfm-gethelptext.md | 2 -- desktop-src/shell/dfm-gethelptextw.md | 2 -- desktop-src/shell/dfm-getverb.md | 2 -- desktop-src/shell/dfm-mapcommandname.md | 2 -- desktop-src/shell/dfm-validatecmd.md | 2 -- 6 files changed, 12 deletions(-) diff --git a/desktop-src/shell/dfm-getdefstaticid.md b/desktop-src/shell/dfm-getdefstaticid.md index 30f4fc31cd8..298e6384ab6 100644 --- a/desktop-src/shell/dfm-getdefstaticid.md +++ b/desktop-src/shell/dfm-getdefstaticid.md @@ -57,8 +57,6 @@ To override the default command choice, your handler should, upon receipt of thi This message is sent to either the callback function or the callback object depending on how the default context menu object is constructed. There are two APIs for its construction, [**CDefFolderMenu\_Create2**](/windows/desktop/api/shlobj_core/nf-shlobj_core-cdeffoldermenu_create2), [**SHCreateDefaultContextMenu**](/windows/desktop/api/shlobj_core/nf-shlobj_core-shcreatedefaultcontextmenu). -[**DFM\_INVOKECOMMANDEX**](dfm-invokecommandex.md) is an extended version of this message and provides more information to the callback. Use **DFM\_INVOKECOMMANDEX** if the additional information provided by that interface is needed in your implementation. - ## Requirements diff --git a/desktop-src/shell/dfm-gethelptext.md b/desktop-src/shell/dfm-gethelptext.md index 36dd141bd66..7498463b933 100644 --- a/desktop-src/shell/dfm-gethelptext.md +++ b/desktop-src/shell/dfm-gethelptext.md @@ -56,8 +56,6 @@ A null-terminated ANSI string containing the help text. This message is sent to either the callback function or the callback object depending on how the default context menu object is constructed. There are two APIs for its construction, [**CDefFolderMenu\_Create2**](/windows/desktop/api/shlobj_core/nf-shlobj_core-cdeffoldermenu_create2), [**SHCreateDefaultContextMenu**](/windows/desktop/api/shlobj_core/nf-shlobj_core-shcreatedefaultcontextmenu). -[**DFM\_INVOKECOMMANDEX**](dfm-invokecommandex.md) is an extended version of this message and provides more information to the callback. Use **DFM\_INVOKECOMMANDEX** if the additional information provided by that interface is needed in your implementation. - ## Requirements diff --git a/desktop-src/shell/dfm-gethelptextw.md b/desktop-src/shell/dfm-gethelptextw.md index cdd7bc26c3a..5326bc705fa 100644 --- a/desktop-src/shell/dfm-gethelptextw.md +++ b/desktop-src/shell/dfm-gethelptextw.md @@ -56,8 +56,6 @@ A null-terminated Unicode string containing the help text. This message is sent to either the callback function or the callback object depending on how the default context menu object is constructed. There are two APIs for its construction, [**CDefFolderMenu\_Create2**](/windows/desktop/api/shlobj_core/nf-shlobj_core-cdeffoldermenu_create2), [**SHCreateDefaultContextMenu**](/windows/desktop/api/shlobj_core/nf-shlobj_core-shcreatedefaultcontextmenu). -[**DFM\_INVOKECOMMANDEX**](dfm-invokecommandex.md) is an extended version of this message and provides more information to the callback. Use **DFM\_INVOKECOMMANDEX** if the additional information provided by that interface is needed in your implementation. - ## Requirements diff --git a/desktop-src/shell/dfm-getverb.md b/desktop-src/shell/dfm-getverb.md index 1a4c0edb0a8..1f085313e73 100644 --- a/desktop-src/shell/dfm-getverb.md +++ b/desktop-src/shell/dfm-getverb.md @@ -58,8 +58,6 @@ A pointer to a null-terminated string that contains the verb text. This message is sent to either the callback function or the callback object depending on how the default context menu object is constructed. There are two APIs for its construction, [**CDefFolderMenu\_Create2**](/windows/desktop/api/shlobj_core/nf-shlobj_core-cdeffoldermenu_create2), [**SHCreateDefaultContextMenu**](/windows/desktop/api/shlobj_core/nf-shlobj_core-shcreatedefaultcontextmenu). -[**DFM\_INVOKECOMMANDEX**](dfm-invokecommandex.md) is an extended version of this message and provides more information to the callback. Use **DFM\_INVOKECOMMANDEX** if the additional information provided by that interface is needed in your implementation. - ## Requirements diff --git a/desktop-src/shell/dfm-mapcommandname.md b/desktop-src/shell/dfm-mapcommandname.md index d16f2535926..36e555f8c91 100644 --- a/desktop-src/shell/dfm-mapcommandname.md +++ b/desktop-src/shell/dfm-mapcommandname.md @@ -55,8 +55,6 @@ A pointer to a Unicode string containing the name of the command. This message is sent to either the callback function or the callback object depending on how the default context menu object is implemented. There are two APIs for its implementation, [**CDefFolderMenu\_Create2**](/windows/desktop/api/shlobj_core/nf-shlobj_core-cdeffoldermenu_create2), [**SHCreateDefaultContextMenu**](/windows/desktop/api/shlobj_core/nf-shlobj_core-shcreatedefaultcontextmenu). -[**DFM\_INVOKECOMMANDEX**](dfm-invokecommandex.md) is an extended version of this message and provides more information to the callback. Use **DFM\_INVOKECOMMANDEX** if the additional information provided by that interface is needed in your implementation. - ## Requirements diff --git a/desktop-src/shell/dfm-validatecmd.md b/desktop-src/shell/dfm-validatecmd.md index 1bdb84de239..e769c71ff66 100644 --- a/desktop-src/shell/dfm-validatecmd.md +++ b/desktop-src/shell/dfm-validatecmd.md @@ -51,8 +51,6 @@ Returns S\_OK if the command exists, or S\_FALSE otherwise. This message is sent to either the callback function or the callback object depending on how the default context menu object is constructed. There are two APIs for its construction, [**CDefFolderMenu\_Create2**](/windows/desktop/api/shlobj_core/nf-shlobj_core-cdeffoldermenu_create2), [**SHCreateDefaultContextMenu**](/windows/desktop/api/shlobj_core/nf-shlobj_core-shcreatedefaultcontextmenu). -[**DFM\_INVOKECOMMANDEX**](dfm-invokecommandex.md) is an extended version of this message and provides more information to the callback. Use **DFM\_INVOKECOMMANDEX** if the additional information provided by that interface is needed in your implementation. - ## Requirements