diff --git a/desktop-src/shell/dfm-getdefstaticid.md b/desktop-src/shell/dfm-getdefstaticid.md index 30f4fc31cd..298e6384ab 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 36dd141bd6..7498463b93 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 cdd7bc26c3..5326bc705f 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 1a4c0edb0a..1f085313e7 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 d16f253592..36e555f8c9 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-mergecontextmenu-bottom.md b/desktop-src/shell/dfm-mergecontextmenu-bottom.md index b210bf3aa5..7ba919337c 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 diff --git a/desktop-src/shell/dfm-mergecontextmenu-top.md b/desktop-src/shell/dfm-mergecontextmenu-top.md index 521b52635d..2e06cde59a 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 diff --git a/desktop-src/shell/dfm-mergecontextmenu.md b/desktop-src/shell/dfm-mergecontextmenu.md index d8c37183b4..c83bc75bcd 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 diff --git a/desktop-src/shell/dfm-validatecmd.md b/desktop-src/shell/dfm-validatecmd.md index 1bdb84de23..e769c71ff6 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