Using Windows Runtime interop methods from C++/WinRT: Some helper functions

3 · Raymond Chen · Aug. 6, 2021, 2:42 p.m.
Last time, we saw how to combine various pieces of C++/WinRT in order to call a Windows Runtime interop interface and capture the result as a C++/WinRT object. There is some redundancy in the pattern, since you have to name the interface twice: Once to obtain it from the factory, The post Using Windows Runtime interop methods from C++/WinRT: Some helper functions appeared first on The Old New Thing....