Apr 27, 2020 Post comments count7 Post likes count1 The paradoxical sense of relief when instructions to solve the problem fail at the first step Raymond Chen Time saved.
Apr 24, 2020 Post comments count5 Post likes count1 How do I use C++/WinRT to implement a classic COM interface that derives from another classic COM interface? Raymond Chen You can specialize guid_of.
Apr 23, 2020 Post comments count1 Post likes count1 Why does the value of my XAML Slider change when I updated its range? Raymond Chen Releasing the spring.
Apr 22, 2020 Post comments count0 Post likes count2 What kind of apartment is the private apartment I created via CLSID_ContextSwitcher? Raymond Chen It's where you are.
Apr 21, 2020 Post comments count6 Post likes count4 Virtual desktops are a window management feature, not a performance feature Raymond Chen Everything runs the same as it did before.
Apr 20, 2020 Post comments count26 Post likes count1 It rather involved being on the other side of this airtight hatchway: Planting files onto a custom PATH Raymond Chen Adding a directory to the PATH comes with obligations.
Apr 17, 2020 Post comments count3 Post likes count1 What will be placed in the output parameter if the function fails? Raymond Chen Officially, it could be anything. In practice, though, there are some constraints.
Apr 16, 2020 Post comments count2 Post likes count1 Why can’t you return an IAsyncAction from a coroutine that also does a co_await? Raymond Chen You already returned. No take-backs.
Apr 15, 2020 Post comments count2 Post likes count1 When I ask the GetIpAddrTable function to sort the results, how are they sorted? Raymond Chen Nothing particularly fancy. Just plain numerical order.
Apr 14, 2020 Post comments count21 Post likes count1 If one program blocks shutdown, then all programs block shutdown Raymond Chen We're all in this together, as far as the Blocked Shutdown Resolver is concerned.