A helper function that retrieves the trust level of a C++/WinRT object. This is the same value returned from a call to IInspectable::GetTrustLevel.
Syntaxinline winrt::Windows::Foundation::TrustLevel get_trust_level(winrt::Windows::Foundation::IInspectable const& object);
Parameters
object
A C++/WinRT object to operate on.
The trust level of the object, in the form of a value of the TrustLevel enumeration.
RequirementsMinimum supported SDK: Windows SDK version 10.0.17134.0 (Windows 10, version 1803)
Namespace: winrt
Header: %WindowsSdkDir%Include<WindowsTargetPlatformVersion>\cppwinrt\winrt\base.h (included by default)
See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4