Mar 8, 2021 Post comments count5 Post likes count0 Creating a co_await awaitable signal that can be awaited multiple times, part 6 Raymond Chen Looking back on what we've done.
Mar 5, 2021 Post comments count0 Post likes count0 Creating a co_await awaitable signal that can be awaited multiple times, part 5 Raymond Chen Discussion of what we've done so far.
Mar 4, 2021 Post comments count3 Post likes count0 Creating a co_await awaitable signal that can be awaited multiple times, part 4 Raymond Chen Why allocate memory when you can have it given to you?
Mar 3, 2021 Post comments count5 Post likes count0 Creating a co_await awaitable signal that can be awaited multiple times, part 3 Raymond Chen Doing it all ourselves, without any need to go into kernel mode.
Mar 2, 2021 Post comments count0 Post likes count0 Creating a co_await awaitable signal that can be awaited multiple times, part 2 Raymond Chen Because sharing is caring.
Mar 1, 2021 Post comments count0 Post likes count0 Creating a co_await awaitable signal that can be awaited multiple times, part 1 Raymond Chen Sort of like an event.
Feb 25, 2021 Post comments count0 Post likes count0 What does it mean when a call fails with 0x8000001F = RO_E_BLOCKED_CROSS_ASTA_CALL? Raymond Chen Waiting wouldn't have helped.
Feb 24, 2021 Post comments count4 Post likes count0 What is so special about the Application STA? Raymond Chen Basically, it blocks re-entrancy.
Feb 19, 2021 Post comments count0 Post likes count0 How can I prevent a Windows Runtime WebView from loading any content beyond the initial request and its redirects? Raymond Chen Follow the bouncing redirect.
Feb 18, 2021 Post comments count2 Post likes count0 How can I prevent a Windows Runtime WebView from loading any content beyond the initial request? Raymond Chen You can intercept every resource request.