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
@@ -51,7 +50,7 @@ Use this wizard to add a method to an interface.
51
50
52
51
-**Internal name**
53
52
54
-
Available for only custom methods added to an MFC dispinterface. Sets the name used in the dispatch map, the header (`.h`) file, and the implementation (`.cpp`) file. By default, this name is the same as **Method name**. You can change the method name, if you're working with an MFC dispinterface or if you're adding a custom method to an MFC ActiveX control dispinterface.
53
+
Available only for custom methods added to an MFC dispinterface. Sets the name used in the dispatch map, the header (`.h`) file, and the implementation (`.cpp`) file. By default, this name is the same as **Method name**. You can change the method name, if you're working with an MFC dispinterface or if you're adding a custom method to an MFC ActiveX control dispinterface.
55
54
56
55
|Interface type|Description|
57
56
|--------------------|-----------------|
@@ -73,7 +72,7 @@ Use this wizard to add a method to an interface.
73
72
74
73
-**Method type**
75
74
76
-
Available only for MFC projects, ActiveX control projects, and ATL projects that support MFC. If you provide a method name in the **Method name** box, rather than selecting a method from the list, this box is unavailable.
75
+
Available only for MFC projects, ActiveX control projects, and ATL projects that support MFC. This field is unavailable, if you provide a method name in the **Method name**, rather than selecting a method from the list.
77
76
78
77
If you select one of the methods in the **Method name** list, select either the stock implementation or a custom implementation.
0 commit comments