2 implementations of GetGuid
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
133
public HRESULT
GetGuid
(Guid* pguid)
Interop\Oleaut32\VARIANTTests.cs (1)
5700
public HRESULT
GetGuid
(Guid* pguid)
3 references to GetGuid
System.Private.Windows.Core (3)
Windows.Win32.IRecordInfo.g.cs (1)
176
return __object.
GetGuid
(pguid);
Windows.Win32.System_Ole_IRecordInfo_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IRecordInfo.Interface.
GetGuid
(global::System.Guid*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
GetGuid
(pguidLocal);