You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,7 +23,7 @@ This wizard differs from the **Add Method** wizard and **ADD IDL MFC Method** wi
23
23
24
24
1. Right-click the name of the interface.
25
25
26
-
1. On the shortcut menu, select **Add**, and then select**Add Method**.
26
+
1. On the shortcut menu, select **Add** >**Add Method**.
27
27
28
28
1. In the **Add IDL Method** wizard, provide the information to create the method.
29
29
@@ -76,33 +76,33 @@ The following section describes the UI that you'll use to add a method:
76
76
77
77
-`id`
78
78
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).
80
80
81
81
-`call_as`
82
82
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).
84
84
85
85
-`helpcontext`
86
86
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).
88
88
89
89
-`helpstring`
90
90
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).
92
92
93
93
-**Additional attributes**
94
94
1.`hidden`
95
95
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).
97
97
98
98
1.`local`
99
99
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).
101
101
102
102
1.`restricted`
103
103
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).
105
105
106
106
1.`source`
107
107
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