How can I produce a C-style array from a Windows Runtime asynchronous operation?

1 · Raymond Chen · Dec. 3, 2021, 7:41 p.m.
C-style arrays fall through the cracks of the Windows Runtime. We spent the past few days working around the inability to pass them with transfer semantics. Today we look at another hole, namely the inability for them to be the product of an asynchronous operation. The post How can I produce a C-style array from a Windows Runtime asynchronous operation? appeared first on The Old New Thing....