Skip to content

Commit 2241c0b

Browse files
committed
Final update
1 parent 3f75196 commit 2241c0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devdivchpfy22
1111

1212
The **Add IDL MFC Method** wizard adds a method to an Interface Definition Library (IDL) interface defined in your Microsoft Framework Class (MFC) project. If the project contains a class associated with the interface, the wizard also adds the method to the class.
1313

14-
To use the this wizard, you must be in an MFC Project, ActiveX project, or an ATL project that supports MFC. For example, if you have a Microsoft ActiveX control project, you can use the following procedure to add a method to an IDL interface in the solution.
14+
To use this wizard, you must be in an MFC Project, ActiveX project, or an ATL project that supports MFC. For example, if you have a Microsoft ActiveX control project, you can use the following procedure to add a method to an IDL interface in the solution.
1515

1616
This wizard differs from the [Add Method](../../ide/adding-a-method-visual-cpp.md) wizard (which adds a method to an IDL interface) in the following ways:
1717

@@ -66,7 +66,7 @@ The following section describes the Add IDL MFC Method wizard UI:
6666

6767
- **Internal name**
6868

69-
Only available when **Method type** is **custom**. This is the name that will be used in the dispatch map, the header (.h) file, and the implementation (.cpp) file. By default, this name is the same as **Method name**. It is added to the MFC dispinterface.
69+
Only available when **Method type** is **custom**. **Internal name** is the name that will be used in the dispatch map, the header (.h) file, and the implementation (.cpp) file. By default, this name is the same as **Method name**. It's added to the MFC dispinterface.
7070

7171
If you're adding the method to an MFC or MFC ActiveX control dispinterface, you can change the method name as described by the following table:
7272

@@ -96,7 +96,7 @@ The following section describes the Add IDL MFC Method wizard UI:
9696

9797
Available only for MFC ActiveX controls. Unavailable if you provided a method name in **Method name** rather than selecting a method from the list.
9898

99-
If you select one of the methods in the **Method name** list, in the **Method type** drop-down select either the **Stock** or **Custom** implementation. This affects the return type and method implementation that the wizard provides, as described in the following table:
99+
If you select one of the methods in the **Method name** list, in the **Method type** drop-down select either the **Stock** or **Custom** implementation. The selection of the method affects the return type and method implementation that the wizard provides, as described in the following table:
100100

101101
|Method type|Description|
102102
|-----------------|-----------------|

0 commit comments

Comments
 (0)