Skip to content

Commit 16f64aa

Browse files
authored
Merge pull request MicrosoftDocs#4204 from atikmapari/Broken-link-twhitney
Broken link fixed
2 parents 3ffd4bd + 75c4080 commit 16f64aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,21 +123,21 @@ The following section describes the Add IDL MFC Method wizard UI:
123123

124124
- **`id`**
125125

126-
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).
126+
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).
127127

128128
- **`call_as`**
129129

130-
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).
130+
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).
131131

132132
- **`helpcontext`**
133133

134-
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).
134+
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).
135135

136136
- **`helpstring`**
137137

138-
Specifies a text that describes the associated element. By default its *Method name*. For more information, see [helpstring](/windows/win32/Midl/helpstring) in the [MIDL reference](/windows/win32/midl/midl-language-reference.md).
138+
Specifies a text that describes the associated element. By default its *Method name*. For more information, see [helpstring](/windows/win32/Midl/helpstring) in the [MIDL reference](/windows/win32/midl/midl-language-reference).
139139

140140
## See also
141141

142142
[Add method wizard](../../ide/adding-a-method-visual-cpp.md)\
143-
[MFC wizards and dialog boxes](mfc-wizards-and-dialog-boxes.md)
143+
[MFC wizards and dialog boxes](mfc-wizards-and-dialog-boxes.md)

0 commit comments

Comments
 (0)