Cancellation of Windows Runtime activities is asynchronous | by Raymond Chen
https://devblogs.microsoft.com/oldnewthing/20260624-00/?p=112465
Cancellation of Windows Runtime activities is asynchronous | by Raymond Chen
https://devblogs.microsoft.com/oldnewthing/20260624-00/?p=112465
Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 1 | by Raymond Chen
https://devblogs.microsoft.com/oldnewthing/20260527-00/?p=112361
If C# and JavaScript lets me await a Windows Runtime asynchronous operation more than once, why not C++/WinRT? | by Raymond Chen
https://devblogs.microsoft.com/oldnewthing/20260526-00/?p=112354
#windowsdev #winrt #cpp #javascript #winjs #csharp #dotnet #programming
A hypothetical redesign of System.Diagnostics.Process to avoid confusion over properties that are valid only when you are the one who called Start | by Raymond Chen
https://devblogs.microsoft.com/oldnewthing/20260525-00/?p=112351
"Cool API you wanna use there, would be a shame if it doesn't work on half your target systems" - #Microsoft, with the #WinRT PackageManager API.
Fuck you.
How?
Type: System.Runtime.InteropServices.COMException
Message:
Stack Trace: at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|38_0(Int32 hr)
at โฆ
at Windows.ApplicationModel.StartupTask.GetAsync(String taskId)
Why is StartupTask.GetAsync(id) failing.
And why isn't the exception showing the error code?
Windows Runtime API design principles around read-write properties: Idempotence and self-assignment | by Raymond Chen
https://devblogs.microsoft.com/oldnewthing/20251008-00/?p=111660
#winrt #windowsdev #apidesign #windowssdk #windows #programming