11 references to Interface
System.Windows.Forms.Primitives (11)
Windows.Win32.IClassFactory2.g.cs (5)
75
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
100
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
135
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
170
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
219
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Ole_IClassFactory2_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.Ole.IClassFactory2.
Interface
.CreateInstance(winmdroot.System.Com.IUnknown*, global::System.Guid*, void**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT CreateInstance(this winmdroot.System.Ole.IClassFactory2.
Interface
@this, winmdroot.System.Com.IUnknown* pUnkOuter, in global::System.Guid riid, out void* ppvObject)
36
/// <inheritdoc cref="winmdroot.System.Ole.IClassFactory2.
Interface
.GetLicInfo(winmdroot.System.Ole.LICINFO*)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT GetLicInfo(this winmdroot.System.Ole.IClassFactory2.
Interface
@this, ref winmdroot.System.Ole.LICINFO pLicInfo)
46
/// <inheritdoc cref="winmdroot.System.Ole.IClassFactory2.
Interface
.CreateInstanceLic(winmdroot.System.Com.IUnknown*, winmdroot.System.Com.IUnknown*, global::System.Guid*, winmdroot.Foundation.BSTR, void**)"/>
47
internal static unsafe winmdroot.Foundation.HRESULT CreateInstanceLic(this winmdroot.System.Ole.IClassFactory2.
Interface
@this, winmdroot.System.Com.IUnknown* pUnkOuter, in global::System.Guid riid, winmdroot.Foundation.BSTR bstrKey, out void* ppvObj)