Mar 22, 2022 0 0 How do I un-ignore an Outlook email thread, and how does it work? Raymond Chen A peek under the covers.
Mar 21, 2022 1 0 Injected class names: The C++ feature you didn’t even realize that you were using Raymond Chen Simplifying the name of what you are.
Mar 18, 2022 1 0 Making our multiple-interface query more C++-like, part 2 Raymond Chen Letting you specify which interfaces are required and which are optional.
Mar 17, 2022 1 0 Making our multiple-interface query more C++-like, part 1 Raymond Chen Maybe we can write a nice wrapper.
Mar 16, 2022 0 0 Reducing chattiness by querying for multiple interfaces at once, part 2 Raymond Chen You can just load them into the cache.
Mar 15, 2022 1 0 Reducing chattiness by querying for multiple interfaces at once, part 1 Raymond Chen The multiple-query alternatives.
Mar 14, 2022 6 0 How expensive is PssCaptureSnapshot? How fast is it? How much memory does it consume? Raymond Chen Think of it as a copy-on-write copy, like the Volume Snapshot Service.
Mar 11, 2022 7 0 Optimizing code to darken a bitmap, part 5 Raymond Chen Once more, with ARM feeling.
Mar 10, 2022 9 0 Optimizing code to darken a bitmap, part 4 Raymond Chen Bringing out the big SIMD guns, for x86 at least.
Mar 9, 2022 10 0 Optimizing code to darken a bitmap, part 3 Raymond Chen Jumpless conditionals via masking.