Skip to content

Commit 53df2ab

Browse files
authored
fix null format (#3640)
1 parent 272c1d3 commit 53df2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.Aspnet.Snapin/IDataObject.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ For more information about programming with the <xref:Microsoft.Aspnet.Snapin.ID
216216
</Parameters>
217217
<Docs>
218218
<param name="a">A pointer to the <see cref="T:Microsoft.Aspnet.Snapin.FORMATETC" /> defining the format, medium, and target device for calls to retrieve data.</param>
219-
<param name="b">An output pointer to a FORMATETC containing the most general information possible for a specific rendering or <langword name="null" />, if the GetCanonicalFormatEtc method returns DATA_S_SAMEFORMATETC.</param>
219+
<param name="b">An output pointer to a FORMATETC containing the most general information possible for a specific rendering, or <see langword="null" /> if the GetCanonicalFormatEtc method returns DATA_S_SAMEFORMATETC.</param>
220220
<summary>Retrieves a pointer to a standard <see cref="T:Microsoft.Aspnet.Snapin.FORMATETC" /> structure that is logically equivalent to, but not necessarily equal to, the <see cref="T:Microsoft.Aspnet.Snapin.FORMATETC" /> structure that is referenced by the <paramref name="a" /> parameter.</summary>
221221
<returns>The GetCanonicalFormatEtc method supports the standard return values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following return values:
222222

0 commit comments

Comments
 (0)