Apr 14, 2023 Post comments count4 Post likes count1 How can I convert a WIC bitmap to a Windows Runtime SoftwareBitmap? part 4: Handing it over Raymond Chen Just take the whole thing.
Apr 13, 2023 Post comments count1 Post likes count0 How can I convert a WIC bitmap to a Windows Runtime SoftwareBitmap? part 3: Filling the SoftwareBitmap directly Raymond Chen Avoiding the intermediate buffer.
Apr 12, 2023 Post comments count0 Post likes count0 How can I convert a WIC bitmap to a Windows Runtime SoftwareBitmap? part 2: Via a buffer Raymond Chen Passing raw pixels across.
Apr 11, 2023 Post comments count0 Post likes count0 How can I convert a WIC bitmap to a Windows Runtime SoftwareBitmap? part 1: Via an encoded stream Raymond Chen We'll start with the hard way, but it gets easier.
Apr 10, 2023 Post comments count1 Post likes count1 Why is there a large gap between some of the Windows system metrics indices? Raymond Chen An artifact of the internal implementation.
Apr 7, 2023 Post comments count1 Post likes count2 The case of the PasswordVault.Add call that the customer thinks was hung Raymond Chen But was it really hung? Or did it just look that way.
Apr 6, 2023 Post comments count0 Post likes count1 An ignored exception can be misinterpreted as a hang, particularly in coroutines Raymond Chen I mean, execution seems to have stopped.
Apr 5, 2023 Post comments count9 Post likes count0 How do I modify the contents of a boxed Windows Runtime value? Raymond Chen Once it's in the box, you can't change it.
Apr 4, 2023 Post comments count4 Post likes count1 What is the maximum size of a process environment block? Raymond Chen There's no hard-coded limit in Windows, but maybe somebody else has a limit.
Apr 3, 2023 Post comments count3 Post likes count5 C++17 creates a practical use of the backward array index operator Raymond Chen Possibly more than just a curiosity.