A helper function that returns an agile_ref object, representing an agile reference to a C++/WinRT object or interface. For more info, and code examples, see Agile objects in C++/WinRT.
Syntaxtemplate <typename T>
agile_ref<T> make_agile(T const& object);
Template parameters
typename T
The type of C++/WinRT object or interface to make an agile reference to.
object
The C++/WinRT object or interface to make an agile reference to.
A agile_ref representing an agile reference to the C++/WinRT object or interface.
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 also Additional resources In this articleWas this page helpful?
RetroSearch 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