Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/Microsoft.Aspnet.Snapin/IDataObject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ For more information about programming with the <xref:Microsoft.Aspnet.Snapin.ID
</Parameters>
<Docs>
<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>
<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>
<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>
<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>
<returns>The GetCanonicalFormatEtc method supports the standard return values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following return values:

Expand Down