Skip to content

Commit 8038fc0

Browse files
committed
update for links
1 parent e5a808b commit 8038fc0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/mfc/reference/add-an-idl-method-wizard.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: Use a Microsoft Visual Studio wizard to add an IDL method to an IDL interface in your project"
33
title: "Add an IDL method"
4-
ms.date: "04/05/2022"
4+
ms.date: "04/07/2022"
55
f1_keywords: ["vc.codewiz.method.overview", "vc.codewiz.method.idlattrib"]
66
helpviewer_keywords: ["add IDL method wizard [C++]", "IDL methods [C++], adding", "methods [C++], adding using wizards", "IDL attributes, add an IDL method wizard"]
77
ms.custom: devdivchpfy22
@@ -23,7 +23,7 @@ This wizard differs from the **Add Method** wizard and **ADD IDL MFC Method** wi
2323

2424
1. Right-click the name of the interface.
2525

26-
1. On the shortcut menu, select **Add**, and then select **Add Method**.
26+
1. On the shortcut menu, select **Add** > **Add Method**.
2727

2828
1. In the **Add IDL Method** wizard, provide the information to create the method.
2929

@@ -76,33 +76,33 @@ The following section describes the UI that you'll use to add a method:
7676

7777
- `id`
7878

79-
Sets the numeric ID that identifies the method. For more information, see [id](/windows/win32/Midl/id) in the *MIDL Reference*.
79+
Sets the numeric ID that identifies the method. For more information, see [id](/windows/win32/Midl/id) in the [MIDL Reference](/windows/win32/midl/midl-language-reference.md).
8080

8181
- `call_as`
8282

83-
Specifies the name of the remote method to map to this local method. For more information, see [call_as](/windows/win32/Midl/call-as) in the *MIDL Reference*.
83+
Specifies the name of the remote method to map to this local method. For more information, see [call_as](/windows/win32/Midl/call-as) in the [MIDL Reference](/windows/win32/midl/midl-language-reference.md).
8484

8585
- `helpcontext`
8686

87-
Specifies a context ID that lets the user view information about this method in the Help file. For more information, see [helpcontext](/windows/win32/Midl/helpcontext) in the *MIDL Reference*.
87+
Specifies a context ID that lets the user view information about this method in the Help file. For more information, see [helpcontext](/windows/win32/Midl/helpcontext) in the [MIDL Reference](/windows/win32/midl/midl-language-reference.md).
8888

8989
- `helpstring`
9090

91-
Specifies a character string that is used to describe the element to which it applies. For more information, see [helpstring](/windows/win32/Midl/helpstring) in the *MIDL Reference*.
91+
Specifies a character string that is used to describe the element to which it applies. For more information, see [helpstring](/windows/win32/Midl/helpstring) in the [MIDL Reference](/windows/win32/midl/midl-language-reference.md).
9292

9393
- **Additional attributes**
9494
1. `hidden`
9595

96-
The *hidden* attribute indicates that the item exists but shouldn't be displayed in a user-oriented browser. For more information, see [hidden](/windows/win32/Midl/hidden) in the *MIDL Reference*.
96+
The *hidden* attribute indicates that the item exists but shouldn't be displayed in a user-oriented browser. For more information, see [hidden](/windows/win32/Midl/hidden) in the [MIDL Reference](/windows/win32/midl/midl-language-reference.md).
9797

9898
1. `local`
9999

100-
The *local* attribute specifies to the MIDL compiler that an interface or function isn't remote. For more information, see [local](/windows/win32/Midl/local) in the *MIDL Reference*.
100+
The *local* attribute specifies to the MIDL compiler that an interface or function isn't remote. For more information, see [local](/windows/win32/Midl/local) in the [MIDL Reference](/windows/win32/midl/midl-language-reference.md).
101101

102102
1. `restricted`
103103

104-
The *restricted* attribute specifies that a library, or member of a module, interface, or dispinterface can't be called arbitrarily. For more information, see [restricted](/windows/win32/Midl/restricted) in the *MIDL Reference*.
104+
The *restricted* attribute specifies that a library, or member of a module, interface, or dispinterface can't be called arbitrarily. For more information, see [restricted](/windows/win32/Midl/restricted) in the [MIDL Reference](/windows/win32/midl/midl-language-reference.md).
105105

106106
1. `source`
107107

108-
The *source* attribute indicates that a member of a [coclass](/windows/win32/Midl/coclass), property, or method is a source of events. For a member of a coclass, this attribute means that the member is called rather than implemented. For more information, see [source](/windows/win32/Midl/source) in the *MIDL Reference*.
108+
The *source* attribute indicates that a member of a [coclass](/windows/win32/Midl/coclass), property, or method is a source of events. For a member of a coclass, this attribute means that the member is called rather than implemented. For more information, see [source](/windows/win32/Midl/source) in the [MIDL Reference](/windows/win32/midl/midl-language-reference.md).

0 commit comments

Comments
 (0)