win32 c++ call winrt async method synchrnously code example
Example: win32 c++ call winrt async method synchrnously
struct Sample
{
Sample() = delete;
static Windows::Foundation::IAsyncAction CopyAsync();
};
struct Sample
{
Sample() = delete;
static Windows::Foundation::IAsyncAction CopyAsync();
};