From 7ff7be98ac169e369bd8f53dac8744a82878d358 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 13 Jan 2021 14:52:32 -0800 Subject: [PATCH 1/3] remove msdn library regs --- .../BINDPTR.xml | 2 +- .../BIND_OPTS.xml | 10 ++-- .../CONNECTDATA.xml | 2 +- .../DATADIR.xml | 2 +- .../DESCKIND.xml | 2 +- .../DVASPECT.xml | 2 +- .../ELEMDESC.xml | 5 +- .../EXCEPINFO.xml | 2 +- .../FILETIME.xml | 2 +- .../FORMATETC.xml | 2 +- .../FUNCDESC.xml | 26 +++++----- .../FUNCFLAGS.xml | 2 +- .../FUNCKIND.xml | 2 +- .../IAdviseSink.xml | 12 ++--- .../IDLDESC.xml | 6 +-- .../IMPLTYPEFLAGS.xml | 2 +- .../INVOKEKIND.xml | 2 +- .../ITypeInfo.xml | 40 ++++++++-------- .../ITypeInfo2.xml | 48 +++++++++---------- .../ITypeLib.xml | 22 ++++----- .../ITypeLib2.xml | 24 +++++----- .../LIBFLAGS.xml | 2 +- .../PARAMDESC.xml | 6 +-- .../STATDATA.xml | 12 ++--- .../STATSTG.xml | 24 +++++----- .../STGMEDIUM.xml | 8 ++-- .../SYSKIND.xml | 2 +- .../TYMED.xml | 2 +- .../TYPEATTR.xml | 40 ++++++++-------- .../TYPEDESC.xml | 6 +-- .../TYPEFLAGS.xml | 2 +- .../TYPEKIND.xml | 2 +- .../TYPELIBATTR.xml | 14 +++--- .../VARDESC.xml | 14 +++--- .../VARFLAGS.xml | 2 +- .../VARKIND.xml | 2 +- 36 files changed, 178 insertions(+), 177 deletions(-) diff --git a/xml/System.Runtime.InteropServices.ComTypes/BINDPTR.xml b/xml/System.Runtime.InteropServices.ComTypes/BINDPTR.xml index cd175edc079..8e990f1b9c1 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/BINDPTR.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/BINDPTR.xml @@ -49,7 +49,7 @@ @@ -144,7 +144,7 @@ ## Remarks This member lets the caller limit the execution time of an operation when speed is of primary importance. - For more information, please see the existing documentation for `BIND_OPTS` in the MSDN library. + For more information, see [BIND_OPTS structure](/windows/win32/api/objidl/ns-objidl-bind_opts). ]]> @@ -190,7 +190,7 @@ @@ -236,7 +236,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/CONNECTDATA.xml b/xml/System.Runtime.InteropServices.ComTypes/CONNECTDATA.xml index f2a5dca266e..e5f38749ebc 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/CONNECTDATA.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/CONNECTDATA.xml @@ -51,7 +51,7 @@ ## Remarks The `CONNECTDATA` structure is the type enumerated through the method. - For more information about `CONNECTDATA`, see the MSDN Library. + For more information, see [CONNECTDATA structure](/windows/win32/api/ocidl/ns-ocidl-connectdata). The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see [How to: Map HRESULTs and Exceptions](/dotnet/framework/interop/how-to-map-hresults-and-exceptions). diff --git a/xml/System.Runtime.InteropServices.ComTypes/DATADIR.xml b/xml/System.Runtime.InteropServices.ComTypes/DATADIR.xml index 3b8103c3b93..dda8a300e02 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/DATADIR.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/DATADIR.xml @@ -47,7 +47,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/EXCEPINFO.xml b/xml/System.Runtime.InteropServices.ComTypes/EXCEPINFO.xml index b39aadb7670..2843c17de02 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/EXCEPINFO.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/EXCEPINFO.xml @@ -49,7 +49,7 @@ structure encompass a target device, the aspect or view of the data, and a storage medium indicator. Instead of a Clipboard format, OLE uses a FORMATETC data structure instead. This structure is used as a parameter in OLE functions and methods that require data format information. - For more information about the `FORMATETC` structure, see the MSDN Library. + For more information, see [FORMATETC structure](/windows/win32/com/the-formatetc-structure). The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see [How to: Map HRESULTs and Exceptions](/dotnet/framework/interop/how-to-map-hresults-and-exceptions). diff --git a/xml/System.Runtime.InteropServices.ComTypes/FUNCDESC.xml b/xml/System.Runtime.InteropServices.ComTypes/FUNCDESC.xml index e7a8f9cba01..a572b54f9e7 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/FUNCDESC.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/FUNCDESC.xml @@ -48,7 +48,7 @@ @@ -142,7 +142,7 @@ @@ -188,7 +188,7 @@ @@ -234,7 +234,7 @@ @@ -280,7 +280,7 @@ @@ -326,7 +326,7 @@ @@ -372,7 +372,7 @@ @@ -418,7 +418,7 @@ @@ -464,7 +464,7 @@ @@ -510,7 +510,7 @@ @@ -556,7 +556,7 @@ @@ -602,7 +602,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/FUNCFLAGS.xml b/xml/System.Runtime.InteropServices.ComTypes/FUNCFLAGS.xml index e0935c04538..9d8cdc9e886 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/FUNCFLAGS.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/FUNCFLAGS.xml @@ -56,7 +56,7 @@ notification indicates that an object is making the transition from the running state to the loaded state, so its container can take appropriate measures to ensure orderly shutdown. For example, an object handler must release its pointer to the object. - For more information about `IAdviseSink::OnClose`, see the MSDN Library. + For more information, see [IAdviseSink::OnClose method](/windows/win32/api/objidl/nf-objidl-iadvisesink-onclose). ]]> @@ -159,7 +159,7 @@ @@ -209,7 +209,7 @@ @@ -256,7 +256,7 @@ @@ -308,7 +308,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/IDLDESC.xml b/xml/System.Runtime.InteropServices.ComTypes/IDLDESC.xml index 2cc2762d7f3..c71d76e4a56 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IDLDESC.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IDLDESC.xml @@ -49,7 +49,7 @@ @@ -143,7 +143,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.xml b/xml/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.xml index 250a4dd5566..2f555586243 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.xml @@ -56,7 +56,7 @@ @@ -165,7 +165,7 @@ @@ -217,7 +217,7 @@ @@ -275,7 +275,7 @@ @@ -333,7 +333,7 @@ @@ -387,7 +387,7 @@ ## Remarks The values of the `ppFuncDesc` parameter can be accessed through the method. - For additional information about `ITypeInfo::GetFuncDesc`, see the MSDN Library. + For more information, see [ITypeInfo::GetFuncDesc method](/windows/win32/api/oaidl/nf-oaidl-itypeinfo-getfuncdesc). ]]> @@ -442,7 +442,7 @@ @@ -494,7 +494,7 @@ @@ -546,7 +546,7 @@ @@ -603,7 +603,7 @@ @@ -655,7 +655,7 @@ @@ -707,7 +707,7 @@ @@ -759,7 +759,7 @@ ## Remarks The values of the `ppTypeAttr` parameter can be accessed through the method. - For additional information about `ITypeInfo::GetTypeAttr`, see the MSDN Library. + For more information, see [ITypeInfo::GetTypeAttr method](/windows/win32/api/oaidl/nf-oaidl-itypeinfo-gettypeattr). ]]> @@ -809,7 +809,7 @@ @@ -863,7 +863,7 @@ ## Remarks The values of the `ppVarDesc` parameter can be accessed through the method. - For additional information about `ITypeInfo::GetVarDesc`, see the MSDN Library. + For more information, see [ITypeInfo::GetVarDesc method](/windows/win32/api/oaidl/nf-oaidl-itypeinfo-getvardesc). ]]> @@ -936,7 +936,7 @@ |DISPATCH_PROPERTYPUT|The member is changed as a property or data member.| |DISPATCH_PROPERTYPUTREF|The member is changed by using a reference assignment, rather than a value assignment. This value is valid only when the property accepts a reference to an object.| - For additional information about `ITypeInfo::Invoke`, see the MSDN Library. + For more information, see [ITypeInfo::Invoke method](/windows/win32/api/oaidl/nf-oaidl-itypeinfo-invoke). ]]> @@ -986,7 +986,7 @@ @@ -1036,7 +1036,7 @@ @@ -1086,7 +1086,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/ITypeInfo2.xml b/xml/System.Runtime.InteropServices.ComTypes/ITypeInfo2.xml index 0cb91cc3f5d..692572b1a9a 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/ITypeInfo2.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/ITypeInfo2.xml @@ -114,7 +114,7 @@ @@ -173,7 +173,7 @@ @@ -268,7 +268,7 @@ @@ -320,7 +320,7 @@ @@ -467,7 +467,7 @@ @@ -519,7 +519,7 @@ @@ -580,7 +580,7 @@ @@ -641,7 +641,7 @@ @@ -800,7 +800,7 @@ ## Remarks The values of the `ppFuncDesc` parameter can be accessed through the method. - For additional information about `ITypeInfo::GetFuncDesc`, see the MSDN Library. + For more information, see [ITypeInfo::GetFuncDesc method](/windows/win32/api/oaidl/nf-oaidl-itypeinfo-getfuncdesc). ]]> @@ -905,7 +905,7 @@ @@ -959,7 +959,7 @@ @@ -1014,7 +1014,7 @@ @@ -1069,7 +1069,7 @@ @@ -1129,7 +1129,7 @@ @@ -1233,7 +1233,7 @@ @@ -1288,7 +1288,7 @@ @@ -1343,7 +1343,7 @@ ## Remarks The values of the `ppTypeAttr` parameter can be accessed through the method. - For additional information about `ITypeInfo::GetTypeAttr`, see the MSDN Library. + For more information, see [ITypeInfo::GetTypeAttr method](/windows/win32/api/oaidl/nf-oaidl-itypeinfo-gettypeattr). ]]> @@ -1396,7 +1396,7 @@ @@ -1536,7 +1536,7 @@ @@ -1593,7 +1593,7 @@ ## Remarks The values of the `ppVarDesc` parameter can be accessed through the method. - For additional information about `ITypeInfo::GetVarDesc`, see the MSDN Library. + For more information, see [ITypeInfo::GetVarDesc method](/windows/win32/api/oaidl/nf-oaidl-itypeinfo-getvardesc). ]]> @@ -1714,7 +1714,7 @@ |DISPATCH_PROPERTYPUT|The member is changed as a property or data member.| |DISPATCH_PROPERTYPUTREF|The member is changed by using a reference assignment, rather than a value assignment. This value is valid only when the property accepts a reference to an object.| - For additional information about `ITypeInfo::Invoke`, see the MSDN Library. + For more information, see [ITypeInfo::Invoke method](/windows/win32/api/oaidl/nf-oaidl-itypeinfo-invoke). ]]> @@ -1767,7 +1767,7 @@ @@ -1820,7 +1820,7 @@ @@ -1873,7 +1873,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/ITypeLib.xml b/xml/System.Runtime.InteropServices.ComTypes/ITypeLib.xml index 480cacd591d..c2b5839980e 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/ITypeLib.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/ITypeLib.xml @@ -53,7 +53,7 @@ method passes "abc" as the `szNameBuf` parameter, `szNameBuf` becomes "aBc" when the method returns. - For additional information about `ITypeLib::FindName`, see the MSDN Library. + For more information, see [ITypeLib::FindName method](/windows/win32/api/oaidl/nf-oaidl-itypelib-findname). ]]> @@ -178,7 +178,7 @@ @@ -230,7 +230,7 @@ ## Remarks The values of the structure referenced by the `ppTLibAttr` parameter can be obtained by the method. - For additional information about `ITypeLib::GetTypeLibAttr`, see the MSDN Library. + For more information, see [ITypeLib::GetLibAttr method](/windows/win32/api/oaidl/nf-oaidl-itypelib-getlibattr). ]]> @@ -280,7 +280,7 @@ @@ -332,7 +332,7 @@ @@ -380,7 +380,7 @@ @@ -432,7 +432,7 @@ @@ -484,7 +484,7 @@ @@ -540,7 +540,7 @@ ## Remarks If the type library contains the string specified by the `szNameBuf` parameter, `szNameBuf` is overwritten with the name found in the type library, using the casing found in the type library. For example, if the type library contains the string "aBc" and the method passes "abc" as the `szNameBuf` parameter, `szNameBuf` becomes "aBc" when the method returns. - For additional information about `ITypeLib::IsName`, see the MSDN Library. + For more information, see [ITypeLib::IsName method](/windows/win32/api/oaidl/nf-oaidl-itypelib-isname). ]]> @@ -590,7 +590,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/ITypeLib2.xml b/xml/System.Runtime.InteropServices.ComTypes/ITypeLib2.xml index 3dbd66bdbf9..c1863d42c44 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/ITypeLib2.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/ITypeLib2.xml @@ -57,7 +57,7 @@ @@ -274,7 +274,7 @@ @@ -384,7 +384,7 @@ ## Remarks The values of the structure referenced by the `ppTLibAttr` parameter can be obtained using the method. - For additional information about `ITypeLib::GetTypeLibAttr`, see the MSDN Library. + For more information, see [ITypeLib::GetLibAttr method](/windows/win32/api/oaidl/nf-oaidl-itypelib-getlibattr). ]]> @@ -436,7 +436,7 @@ @@ -489,7 +489,7 @@ @@ -544,7 +544,7 @@ @@ -595,7 +595,7 @@ @@ -650,7 +650,7 @@ @@ -705,7 +705,7 @@ @@ -762,7 +762,7 @@ @@ -815,7 +815,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/LIBFLAGS.xml b/xml/System.Runtime.InteropServices.ComTypes/LIBFLAGS.xml index 711ca00955b..06430dd5464 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/LIBFLAGS.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/LIBFLAGS.xml @@ -56,7 +56,7 @@ @@ -143,7 +143,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/STATDATA.xml b/xml/System.Runtime.InteropServices.ComTypes/STATDATA.xml index e19ab18c806..eb2ecb68467 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/STATDATA.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/STATDATA.xml @@ -50,8 +50,8 @@ ## Remarks The structure is the data structure used to specify each advisory connection. It is used for enumerating current advisory connections. - For more information about the `STATDATA` structure, see the MSDN Library. - + For more information, see [STATDATA structure](/windows/win32/api/objidl/ns-objidl-statdata). + The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see [How to: Map HRESULTs and Exceptions](/dotnet/framework/interop/how-to-map-hresults-and-exceptions). ]]> @@ -98,7 +98,7 @@ @@ -145,7 +145,7 @@ @@ -191,7 +191,7 @@ @@ -237,7 +237,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/STATSTG.xml b/xml/System.Runtime.InteropServices.ComTypes/STATSTG.xml index 1127e40c902..fbda09f0991 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/STATSTG.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/STATSTG.xml @@ -49,7 +49,7 @@ @@ -143,7 +143,7 @@ @@ -191,7 +191,7 @@ ## Remarks This field is initialized to `CLSID_NULL` for new storage objects. - For more information, see the existing documentation for `STATSTG` in the MSDN library. + For more information, see [STATSTG structure](/windows/win32/api/objidl/ns-objidl-statstg). ]]> @@ -237,7 +237,7 @@ @@ -283,7 +283,7 @@ @@ -329,7 +329,7 @@ @@ -375,7 +375,7 @@ @@ -421,7 +421,7 @@ @@ -468,7 +468,7 @@ @@ -514,7 +514,7 @@ @@ -560,7 +560,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/STGMEDIUM.xml b/xml/System.Runtime.InteropServices.ComTypes/STGMEDIUM.xml index f4bf2c6cba7..caf5e589cde 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/STGMEDIUM.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/STGMEDIUM.xml @@ -48,7 +48,7 @@ @@ -143,7 +143,7 @@ @@ -189,7 +189,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/SYSKIND.xml b/xml/System.Runtime.InteropServices.ComTypes/SYSKIND.xml index 74d680763c9..ef770295409 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/SYSKIND.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/SYSKIND.xml @@ -52,7 +52,7 @@ @@ -143,7 +143,7 @@ @@ -189,7 +189,7 @@ @@ -235,7 +235,7 @@ @@ -281,7 +281,7 @@ @@ -327,7 +327,7 @@ @@ -373,7 +373,7 @@ @@ -419,7 +419,7 @@ @@ -465,7 +465,7 @@ @@ -511,7 +511,7 @@ @@ -557,7 +557,7 @@ @@ -604,7 +604,7 @@ @@ -650,7 +650,7 @@ @@ -696,7 +696,7 @@ @@ -742,7 +742,7 @@ @@ -788,7 +788,7 @@ @@ -834,7 +834,7 @@ @@ -880,7 +880,7 @@ @@ -926,7 +926,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/TYPEDESC.xml b/xml/System.Runtime.InteropServices.ComTypes/TYPEDESC.xml index c9230810aac..90407ed43cb 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/TYPEDESC.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/TYPEDESC.xml @@ -49,7 +49,7 @@ @@ -143,7 +143,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/TYPEFLAGS.xml b/xml/System.Runtime.InteropServices.ComTypes/TYPEFLAGS.xml index 0c2b3645381..99b3f15f4d9 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/TYPEFLAGS.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/TYPEFLAGS.xml @@ -56,7 +56,7 @@ @@ -147,7 +147,7 @@ @@ -193,7 +193,7 @@ @@ -239,7 +239,7 @@ @@ -285,7 +285,7 @@ @@ -331,7 +331,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/VARDESC.xml b/xml/System.Runtime.InteropServices.ComTypes/VARDESC.xml index b8e48298081..324bdafe253 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/VARDESC.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/VARDESC.xml @@ -49,7 +49,7 @@ @@ -143,7 +143,7 @@ @@ -190,7 +190,7 @@ @@ -236,7 +236,7 @@ @@ -282,7 +282,7 @@ @@ -328,7 +328,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/VARFLAGS.xml b/xml/System.Runtime.InteropServices.ComTypes/VARFLAGS.xml index 916b7aedbc7..9590683c3fe 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/VARFLAGS.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/VARFLAGS.xml @@ -56,7 +56,7 @@ Date: Wed, 13 Jan 2021 16:28:58 -0800 Subject: [PATCH 2/3] remaining msdn library refs --- .../IDataObject.xml | 20 +++++----- .../IEnumConnectionPoints.xml | 10 ++--- .../IEnumConnections.xml | 8 ++-- .../IEnumFORMATETC.xml | 10 ++--- .../IEnumMoniker.xml | 8 ++-- .../IEnumSTATDATA.xml | 10 ++--- .../IEnumString.xml | 10 ++--- .../IEnumVARIANT.xml | 10 ++--- .../IMoniker.xml | 38 +++++++++---------- .../ITypeComp.xml | 9 +++-- 10 files changed, 67 insertions(+), 66 deletions(-) diff --git a/xml/System.Runtime.InteropServices.ComTypes/IDataObject.xml b/xml/System.Runtime.InteropServices.ComTypes/IDataObject.xml index 455737a531d..0bbca9a1ec3 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IDataObject.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IDataObject.xml @@ -47,7 +47,7 @@ @@ -173,7 +173,7 @@ @@ -233,7 +233,7 @@ @@ -297,7 +297,7 @@ @@ -372,7 +372,7 @@ @@ -420,7 +420,7 @@ @@ -468,7 +468,7 @@ @@ -545,7 +545,7 @@ @@ -596,7 +596,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/IEnumConnectionPoints.xml b/xml/System.Runtime.InteropServices.ComTypes/IEnumConnectionPoints.xml index 9a85413f736..23b81c4ef1e 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IEnumConnectionPoints.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IEnumConnectionPoints.xml @@ -53,7 +53,7 @@ @@ -162,7 +162,7 @@ @@ -209,7 +209,7 @@ @@ -261,7 +261,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/IEnumConnections.xml b/xml/System.Runtime.InteropServices.ComTypes/IEnumConnections.xml index ff3f571f439..348f051570e 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IEnumConnections.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IEnumConnections.xml @@ -53,7 +53,7 @@ @@ -162,7 +162,7 @@ @@ -254,7 +254,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/IEnumFORMATETC.xml b/xml/System.Runtime.InteropServices.ComTypes/IEnumFORMATETC.xml index 55e4793f055..a32eb817323 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IEnumFORMATETC.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IEnumFORMATETC.xml @@ -55,7 +55,7 @@ ## Remarks This interface enumerates an array of structures. - For more information about the `IEnumFORMATETC` interface, see the MSDN Library. + For more information, see [IEnumFORMATETC interface](/windows/win32/api/objidl/nn-objidl-ienumformatetc). The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see [How to: Map HRESULTs and Exceptions](/dotnet/framework/interop/how-to-map-hresults-and-exceptions). @@ -107,7 +107,7 @@ @@ -164,7 +164,7 @@ @@ -212,7 +212,7 @@ @@ -264,7 +264,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/IEnumMoniker.xml b/xml/System.Runtime.InteropServices.ComTypes/IEnumMoniker.xml index 5fd4e7a4766..7f2498dbbb4 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IEnumMoniker.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IEnumMoniker.xml @@ -53,7 +53,7 @@ @@ -162,7 +162,7 @@ @@ -254,7 +254,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/IEnumSTATDATA.xml b/xml/System.Runtime.InteropServices.ComTypes/IEnumSTATDATA.xml index c56a751a1f2..fd26b3cb3df 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IEnumSTATDATA.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IEnumSTATDATA.xml @@ -45,7 +45,7 @@ ## Remarks This interface enumerates an array of structures. - For more information about the `IEnumSTATDATA` interface, see the MSDN Library. + For more information, see [IEnumSTATDATA interface](/windows/win32/api/objidl/nn-objidl-ienumstatdata). The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see [How to: Map HRESULTs and Exceptions](/dotnet/framework/interop/how-to-map-hresults-and-exceptions). @@ -92,7 +92,7 @@ @@ -144,7 +144,7 @@ @@ -187,7 +187,7 @@ @@ -234,7 +234,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/IEnumString.xml b/xml/System.Runtime.InteropServices.ComTypes/IEnumString.xml index 6a1415f4d6d..90fa4e6b40f 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IEnumString.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IEnumString.xml @@ -53,7 +53,7 @@ @@ -162,7 +162,7 @@ @@ -209,7 +209,7 @@ @@ -261,7 +261,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/IEnumVARIANT.xml b/xml/System.Runtime.InteropServices.ComTypes/IEnumVARIANT.xml index f23ee380a58..c8f051c505a 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IEnumVARIANT.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IEnumVARIANT.xml @@ -53,7 +53,7 @@ @@ -161,7 +161,7 @@ @@ -209,7 +209,7 @@ @@ -261,7 +261,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/IMoniker.xml b/xml/System.Runtime.InteropServices.ComTypes/IMoniker.xml index 8804d31ef9b..c6da33f26cb 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IMoniker.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IMoniker.xml @@ -113,7 +113,7 @@ @@ -171,7 +171,7 @@ @@ -224,7 +224,7 @@ @@ -280,7 +280,7 @@ @@ -333,7 +333,7 @@ @@ -383,7 +383,7 @@ @@ -438,7 +438,7 @@ @@ -488,7 +488,7 @@ @@ -543,7 +543,7 @@ @@ -593,7 +593,7 @@ @@ -643,7 +643,7 @@ @@ -691,7 +691,7 @@ @@ -742,7 +742,7 @@ @@ -798,7 +798,7 @@ @@ -899,7 +899,7 @@ @@ -957,7 +957,7 @@ @@ -1014,7 +1014,7 @@ @@ -1067,7 +1067,7 @@ @@ -1120,7 +1120,7 @@ diff --git a/xml/System.Runtime.InteropServices.ComTypes/ITypeComp.xml b/xml/System.Runtime.InteropServices.ComTypes/ITypeComp.xml index 0cc1d622ffc..d34dd026350 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/ITypeComp.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/ITypeComp.xml @@ -53,7 +53,7 @@ @@ -170,8 +170,9 @@ From 467c6e8587a1095d271b33d6dadef8c90d1bf14d Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 13 Jan 2021 16:55:33 -0800 Subject: [PATCH 3/3] Add missing slash --- xml/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.xml b/xml/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.xml index 2f555586243..da852132d34 100644 --- a/xml/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.xml +++ b/xml/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.xml @@ -56,7 +56,7 @@