Skip to content

Commit 4eeb61d

Browse files
authored
fixed link causing build warning
1 parent 3858000 commit 4eeb61d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mfc/reference/message-map-macros-mfc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ ON_OLECMD( pguid, olecmdid, id )
288288
### Remarks
289289
`IOleCommandTarget` allows a container to receive commands that originate in a DocObject's user interface, and allows the container to send the same commands (such as New, Open, SaveAs, and Print on the File menu; and Copy, Paste, Undo, and so forth on the Edit menu) to a DocObject.
290290

291-
`IOleCommandTarget` is simpler than OLE Automation's `IDispatch`. `IOleCommandTarget` relies entirely on a standard set of commands that rarely have arguments, and no type information is involved (type safety is diminished for command arguments as well). If you do need to dispatch commands with arguments, use [COleServerDoc::OnExecOleCmd](coleserverdoc-class.md#onexecolecmd.md).
291+
`IOleCommandTarget` is simpler than OLE Automation's `IDispatch`. `IOleCommandTarget` relies entirely on a standard set of commands that rarely have arguments, and no type information is involved (type safety is diminished for command arguments as well). If you do need to dispatch commands with arguments, use [COleServerDoc::OnExecOleCmd](coleserverdoc-class.md#onexecolecmd).
292292

293293
The `IOleCommandTarget` standard menu commands have been implemented by MFC in the following macros:
294294

0 commit comments

Comments
 (0)