Jan 31, 2023 0 1 Inside C++/WinRT: Apartment switching: Error reporting Raymond Chen If you can't get back to where you started, who you gonna call?
Jan 30, 2023 0 1 Inside C++/WinRT: Apartment switching: COM without COM Raymond Chen Also known as Nano-COM.
Jan 27, 2023 0 0 Inside C++/WinRT: Apartment switching: Unwinding the stack Raymond Chen Reducing stack usage.
Jan 26, 2023 0 1 Inside C++/WinRT: Apartment switching: Bypassing the context callback Raymond Chen Reducing stack usage.
Jan 25, 2023 1 1 Inside C++/WinRT: Apartment switching: Unblocking the outgoing thread Raymond Chen Avoiding the problem of the synchronous apartment-changing callback: Let the outgoing thread do whatever it wants to do next.
Jan 24, 2023 0 1 Inside C++/WinRT: Apartment switching: The basic idea Raymond Chen Getting back to where you started.
Jan 23, 2023 3 2 Inside C++/WinRT: Coroutine completions: The oversimplified version Raymond Chen Resuming the coroutine when the asynchronous work completes.
Jan 20, 2023 0 0 How can I call a method on a derived class from a base class, say, to get a strong reference to the containing object? Raymond Chen A variety of patterns are available.
Jan 19, 2023 0 1 Windows Runtime asynchronous operations can fail in two different ways, so make sure you get them both Raymond Chen Fail me now or fail me later.
Jan 18, 2023 4 1 It rather involved being on the other side of this airtight hatchway: Attacking a user by modifying that user’s files Raymond Chen You're just attacking yourself.