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
Copy file name to clipboardExpand all lines: docs/mfc/reference/add-idl-mfc-method-wizard.md
+14-16Lines changed: 14 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ ms.custom: devdivchpfy22
9
9
10
10
# Add an IDL MFC method
11
11
12
-
The Add an IDL MFC Method wizard adds a method to an interface defined in an Interface Definition Library (IDL) in a Microsoft Framework Class (MFC) project. To use the IDL MFC method wizard you must be in an MFC Project, ActiveX project or an ATL project that supports MFC.
12
+
The **Add IDL MFC Method** wizard adds a method to an interface defined in an Interface Definition Library (IDL) in a Microsoft Framework Class (MFC) project. To use the **Add IDL MFC Method** wizard you must be in an MFC Project, ActiveX project or an ATL project that supports MFC.
13
13
14
-
If the ATL project doesn't support MFC, only the wizard that adds a method to an IDL interface is available. For example, if you have a Microsoft ActiveX control project, and you open the IDL library, using following procedure you can add the method to interface. If the project contains a class associated with the interface, the wizard modifies the class, too.
14
+
If the ATL project doesn't support MFC, only the wizard that adds a method to an IDL interface is available. For example, if you have a Microsoft ActiveX control project, and you open the IDL library, using following procedure you can add the method to interface. If the project contains a class associated with the interface, the wizard will add the method to the class, too.
15
15
16
-
This wizard differs from the Add method wizard. The [Add method](../../ide/adding-a-method-visual-cpp.md) wizard adds default method to your project. The Add an IDL MFC method wizard is specific to MFC, ActiveX, or ATL projects that support MFC. For ATL projects that don't support MFC, only the Add method wizard is available.
16
+
This wizard differs from the **Add Method** wizard. The [Add method](../../ide/adding-a-method-visual-cpp.md) wizard adds a default method to your project. The **Add IDL MFC Method** wizard is specific to MFC, ActiveX, or ATL projects that support MFC. For ATL projects that don't support MFC, only the **Add Method** wizard is available.
17
17
18
-
Whereas the Add an IDL MFC method wizard adds a method to an IDL interface, this wizard also:
18
+
Whereas the **Add IDL MFC Method** wizard adds a method to an IDL interface, this wizard also:
19
19
20
20
- Adds the following entries if a Dispatch map is found in the project.
0 commit comments