29 references to IInspectable
System.Private.Windows.Core (28)
_generated\147\Windows.Win32.IInspectable.g.cs (21)
44
return ((delegate *unmanaged [Stdcall]<
IInspectable
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IInspectable
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IInspectable
*,uint>)lpVtbl[1])((
IInspectable
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IInspectable
*,uint>)lpVtbl[2])((
IInspectable
*)Unsafe.AsPointer(ref this));
74
private static winmdroot.Foundation.HRESULT GetIids(
IInspectable
* pThis, uint* iidCount, global::System.Guid** iids)
110
return ((delegate *unmanaged [Stdcall]<
IInspectable
*,uint* ,global::System.Guid** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IInspectable
*)Unsafe.AsPointer(ref this), iidCount, iids);
127
private static winmdroot.Foundation.HRESULT GetRuntimeClassName(
IInspectable
* pThis, winmdroot.System.WinRT.HSTRING* className)
161
return ((delegate *unmanaged [Stdcall]<
IInspectable
*,winmdroot.System.WinRT.HSTRING* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IInspectable
*)Unsafe.AsPointer(ref this), className);
178
private static winmdroot.Foundation.HRESULT GetTrustLevel(
IInspectable
* pThis, winmdroot.System.WinRT.TrustLevel* trustLevel)
208
return ((delegate *unmanaged [Stdcall]<
IInspectable
*,winmdroot.System.WinRT.TrustLevel* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IInspectable
*)Unsafe.AsPointer(ref this), trustLevel);
234
internal delegate *unmanaged [Stdcall]<
IInspectable
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
236
internal delegate *unmanaged [Stdcall]<
IInspectable
*,uint> AddRef_2;
238
internal delegate *unmanaged [Stdcall]<
IInspectable
*,uint> Release_3;
240
internal delegate *unmanaged [Stdcall]<
IInspectable
*,uint* ,global::System.Guid** ,winmdroot.Foundation.HRESULT> GetIids_4;
242
internal delegate *unmanaged [Stdcall]<
IInspectable
*,winmdroot.System.WinRT.HSTRING* ,winmdroot.Foundation.HRESULT> GetRuntimeClassName_5;
244
internal delegate *unmanaged [Stdcall]<
IInspectable
*,winmdroot.System.WinRT.TrustLevel* ,winmdroot.Foundation.HRESULT> GetTrustLevel_6;
_generated\196\Windows.Win32.PInvokeCore.api-ms-win-core-winrt-l1-1-0.dll.g.cs (1)
42
internal static extern unsafe winmdroot.Foundation.HRESULT RoActivateInstance(winmdroot.System.WinRT.HSTRING activatableClassId, winmdroot.System.WinRT.
IInspectable
** instance);
_generated\264\Windows.Win32.System_WinRT_IInspectable_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.WinRT.
IInspectable
.Interface.GetIids(uint*, global::System.Guid**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetIids(this winmdroot.System.WinRT.
IInspectable
.Interface @this, out uint iidCount, out global::System.Guid* iids)
36
/// <inheritdoc cref="winmdroot.System.WinRT.
IInspectable
.Interface.GetRuntimeClassName(winmdroot.System.WinRT.HSTRING*)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT GetRuntimeClassName(this winmdroot.System.WinRT.
IInspectable
.Interface @this, out winmdroot.System.WinRT.HSTRING className)
46
/// <inheritdoc cref="winmdroot.System.WinRT.
IInspectable
.Interface.GetTrustLevel(winmdroot.System.WinRT.TrustLevel*)"/>
47
internal static unsafe winmdroot.Foundation.HRESULT GetTrustLevel(this winmdroot.System.WinRT.
IInspectable
.Interface @this, out winmdroot.System.WinRT.TrustLevel trustLevel)
System.Windows.Forms (1)
System\Windows\Forms\SystemVisualSettingsTracker.cs (1)
183
using ComScope<
IInspectable
> inspectable = new(null);