How do I convert from the C++/WinRT projection type to the C++/WinRT implementation type?

106 · Raymond Chen · Aug. 28, 2020, 4 p.m.
Last time, we looked at converting from the C++/WinRT implementation type to the corresponding C++/WinRT projection type. Going from the projection back to the implementation is a little trickier and relies on your own vigilance. There’s no a priori guarantee that the projected pointer actually refers to your implementation. The post How do I convert from the C++/WinRT projection type to the C++/WinRT implementation type? appeared first on The Old New Thing....