A helper function that retrieves an array containing the identifiers of the interfaces that are implemented by a C++/WinRT object. These are the same identifiers that are returned from a call to IInspectable::GetIids.
Also see the implements::find_interface and implements::get_local_iids functions.
Syntaxinline winrt::com_array<GUID> get_interfaces(winrt::Windows::Foundation::IInspectable const& object);
Parameters
object
A C++/WinRT object to operate on.
A winrt::com_array containing the interface identifiers.
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