25 references to IInspectable
Microsoft.Private.Windows.Core (25)
_generated\146\Windows.Win32.IInspectable.g.cs (18)
43 return ((delegate *unmanaged [Stdcall]<IInspectable*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IInspectable*)Unsafe.AsPointer(ref this), riid, ppvObject); 48 return ((delegate *unmanaged [Stdcall]<IInspectable*,uint>)lpVtbl[1])((IInspectable*)Unsafe.AsPointer(ref this)); 53 return ((delegate *unmanaged [Stdcall]<IInspectable*,uint>)lpVtbl[2])((IInspectable*)Unsafe.AsPointer(ref this)); 89 return ((delegate *unmanaged [Stdcall]<IInspectable*,uint* ,global::System.Guid** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IInspectable*)Unsafe.AsPointer(ref this), iidCount, iids); 120 return ((delegate *unmanaged [Stdcall]<IInspectable*,winmdroot.System.WinRT.HSTRING* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IInspectable*)Unsafe.AsPointer(ref this), className); 147 return ((delegate *unmanaged [Stdcall]<IInspectable*,winmdroot.System.WinRT.TrustLevel* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IInspectable*)Unsafe.AsPointer(ref this), trustLevel); 173 internal delegate *unmanaged [Stdcall]<IInspectable*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 175 internal delegate *unmanaged [Stdcall]<IInspectable*,uint> AddRef_2; 177 internal delegate *unmanaged [Stdcall]<IInspectable*,uint> Release_3; 179 internal delegate *unmanaged [Stdcall]<IInspectable*,uint* ,global::System.Guid** ,winmdroot.Foundation.HRESULT> GetIids_4; 181 internal delegate *unmanaged [Stdcall]<IInspectable*,winmdroot.System.WinRT.HSTRING* ,winmdroot.Foundation.HRESULT> GetRuntimeClassName_5; 183 internal delegate *unmanaged [Stdcall]<IInspectable*,winmdroot.System.WinRT.TrustLevel* ,winmdroot.Foundation.HRESULT> GetTrustLevel_6;
_generated\195\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\263\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)