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