10 references to TrustLevel
Microsoft.Private.Windows.Core (10)
_generated\146\Windows.Win32.IInspectable.g.cs (7)
123
/// <inheritdoc cref="GetTrustLevel(winmdroot.System.WinRT.
TrustLevel
*)"/>
125
internal unsafe winmdroot.Foundation.HRESULT GetTrustLevel(out winmdroot.System.WinRT.
TrustLevel
trustLevel)
127
fixed (winmdroot.System.WinRT.
TrustLevel
* trustLevelLocal = &trustLevel)
145
public unsafe winmdroot.Foundation.HRESULT GetTrustLevel(winmdroot.System.WinRT.
TrustLevel
* trustLevel)
147
return ((delegate *unmanaged [Stdcall]<IInspectable*,winmdroot.System.WinRT.
TrustLevel
* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IInspectable*)Unsafe.AsPointer(ref this), trustLevel);
183
internal delegate *unmanaged [Stdcall]<IInspectable*,winmdroot.System.WinRT.
TrustLevel
* ,winmdroot.Foundation.HRESULT> GetTrustLevel_6;
206
unsafe winmdroot.Foundation.HRESULT GetTrustLevel(winmdroot.System.WinRT.
TrustLevel
* trustLevel);
_generated\263\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)