Dec 28, 2017 Post comments count0 Post likes count1 How does Resource Monitor get information for processes that already terminated? Raymond Chen It's an optical illusion.
Dec 27, 2017 Post comments count0 Post likes count1 Why do I have to pass a valid page protection value to VirtualAlloc even if it ignores it? Raymond Chen It ignores it, after it validates it.
Dec 25, 2017 Post comments count0 Post likes count1 Time travel is here, at least when it comes to debugging Raymond Chen A present for all the developers out there.
Dec 22, 2017 Post comments count0 Post likes count1 Exposing undefined behavior when trying to port code to another platform Raymond Chen Oops, that wasn't allowed after all.
Dec 21, 2017 Post comments count0 Post likes count1 What’s the difference between VARIANT and VARIANTARG? Raymond Chen Well, is it an argument?
Dec 20, 2017 Post comments count0 Post likes count1 How do I ShellExecute a file, but with a specific program instead of the default program? Raymond Chen Count the ways.
Dec 18, 2017 Post comments count0 Post likes count2 What kind of messages can a message-only window receive? Raymond Chen Only messages that are sent directly to that window.
Dec 15, 2017 Post comments count0 Post likes count1 Creating double-precision integer multiplication with a quad-precision result from single-precision multiplication with a double-precision result using intrinsics (part 3) Raymond Chen Applying the sign adjustment.
Dec 14, 2017 Post comments count0 Post likes count1 Creating double-precision integer multiplication with a quad-precision result from single-precision multiplication with a double-precision result using intrinsics (part 2) Raymond Chen Put it all in registers.
Dec 13, 2017 Post comments count0 Post likes count1 Creating double-precision integer multiplication with a quad-precision result from single-precision multiplication with a double-precision result using intrinsics (part 1) Raymond Chen Once more with intrinsics.