11 references to TrustLevel
System.Private.Windows.Core (11)
_generated\147\Windows.Win32.IInspectable.g.cs (8)
164
/// <inheritdoc cref="GetTrustLevel(winmdroot.System.WinRT.
TrustLevel
*)"/>
166
internal unsafe winmdroot.Foundation.HRESULT GetTrustLevel(out winmdroot.System.WinRT.
TrustLevel
trustLevel)
168
fixed (winmdroot.System.WinRT.
TrustLevel
* trustLevelLocal = &trustLevel)
178
private static winmdroot.Foundation.HRESULT GetTrustLevel(IInspectable* pThis, winmdroot.System.WinRT.
TrustLevel
* trustLevel)
206
public unsafe winmdroot.Foundation.HRESULT GetTrustLevel(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);
244
internal delegate *unmanaged [Stdcall]<IInspectable*,winmdroot.System.WinRT.
TrustLevel
* ,winmdroot.Foundation.HRESULT> GetTrustLevel_6;
279
unsafe winmdroot.Foundation.HRESULT GetTrustLevel(winmdroot.System.WinRT.
TrustLevel
* trustLevel);
_generated\264\Windows.Win32.System_WinRT_IInspectable_Extensions.g.cs (3)
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)
49
fixed (winmdroot.System.WinRT.
TrustLevel
* trustLevelLocal = &trustLevel)