Skip to content

Commit 456af04

Browse files
Merge pull request MicrosoftDocs#1195 from tom93/patch-1
Fix typos
2 parents 05d58ab + 9e4180f commit 456af04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-api-src/content/oaidl/nf-oaidl-itypeinfo-getreftypeofimpltype.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ One or more of the arguments is not valid.
103103
</dl>
104104
</td>
105105
<td width="60%">
106-
Passed index is outside the range 0 to 1 less than the number of function descriptions.
106+
Passed index is outside the range 0 to 1 less than the number of implemented interfaces.
107107

108108
</td>
109109
</tr>
110110
</table>
111111

112112
## -remarks
113113

114-
If the TKIND_DISPATCH type description is for a dual interface, the TKIND_INTERFACE type description can be obtained by calling <b>GetRefTypeOfImplType</b> with an <i>indexof</i> –1, and by passing the returned <i>pRefTypehandle</i> to <a href="/previous-versions/windows/desktop/api/oaidl/nf-oaidl-itypeinfo-getreftypeinfo">GetRefTypeInfo</a> to retrieve the type information.
114+
If the TKIND_DISPATCH type description is for a dual interface, the TKIND_INTERFACE type description can be obtained by calling <b>GetRefTypeOfImplType</b> with an <i>index</i> of –1, and by passing the returned <i>pRefTypehandle</i> to <a href="/previous-versions/windows/desktop/api/oaidl/nf-oaidl-itypeinfo-getreftypeinfo">GetRefTypeInfo</a> to retrieve the type information.
115115

116116
## -see-also
117117

0 commit comments

Comments
 (0)