1 implementation of GetGUID
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
245HRESULT IProvideMultipleClassInfo.Interface.GetGUID(uint dwGuidKind, Guid* pGUID) => HRESULT.E_NOTIMPL;
3 references to GetGUID
System.Windows.Forms.Primitives (3)
Windows.Win32.IProvideMultipleClassInfo.g.cs (1)
101 return __object.GetGUID(dwGuidKind, pGUID);
Windows.Win32.System_Ole_IProvideMultipleClassInfo_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IProvideMultipleClassInfo.Interface.GetGUID(uint, global::System.Guid*)"/> 28 winmdroot.Foundation.HRESULT __result = @this.GetGUID(dwGuidKind, pGUIDLocal);