Jan 26, 2023 Post comments count0 Post likes count2 Inside C++/WinRT: Apartment switching: Bypassing the context callback Raymond Chen Reducing stack usage.
Jan 25, 2023 Post comments count1 Post likes count2 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 Post comments count0 Post likes count2 Inside C++/WinRT: Apartment switching: The basic idea Raymond Chen Getting back to where you started.
Jan 23, 2023 Post comments count3 Post likes count3 Inside C++/WinRT: Coroutine completions: The oversimplified version Raymond Chen Resuming the coroutine when the asynchronous work completes.
Jan 19, 2023 Post comments count0 Post likes count2 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 16, 2023 Post comments count0 Post likes count1 Making C++ primitive types meaningfully movable when they have sentinel values Raymond Chen The value actually moves now.
Jan 12, 2023 Post comments count5 Post likes count2 How should I interpret the various values of NLM_CONNECTIVITY? Raymond Chen Different levels of connectedness.
Jan 11, 2023 Post comments count0 Post likes count3 What does it mean when I get a mismatch from MSVC for _COROUTINE_ABI? Raymond Chen The two different kinds of coroutine interfaces shouldn't be mixed and matched.
Jan 9, 2023 Post comments count14 Post likes count6 On leading underscores and names reserved by the C and C++ languages Raymond Chen The rules laid out.
Jan 6, 2023 Post comments count1 Post likes count1 Dubious security vulnerability: Granting access to SIDs that don’t exist yet Raymond Chen You can put anyone you like on your guest list, even if they don't exist.