How to create Iterable in Win32 app from e.g. std::vector

261 Views Asked by At

I am using Win32 with Windows App SDK for listing all in-app purchase products from Windows Store. But I don´t know how to create ABI::Windows::Foundation::Collection::Iterable<HSTRING> instance.

enter image description here

0

There are 0 best solutions below