Jan 9, 2018 Post comments count0 Post likes count0 How do I get the computer’s serial number? Consuming Windows Runtime classes in desktop apps, part 4: C# Raymond Chen Over into managed code.
Jan 8, 2018 Post comments count0 Post likes count1 How do I get the computer’s serial number? Consuming Windows Runtime classes in desktop apps, part 3: C++/WinRT Raymond Chen Getting into the modern swing of things.
Jan 5, 2018 Post comments count0 Post likes count1 How do I get the computer’s serial number? Consuming Windows Runtime classes in desktop apps, part 2: C++/CX Raymond Chen Annoying to set up, but easier to use.
Jan 4, 2018 Post comments count0 Post likes count1 How do I get the computer’s serial number? Consuming Windows Runtime classes in desktop apps, part 1: Raw C++ Raymond Chen We can do this the easy way or the hard way. Let's do it the hard way.
Jan 1, 2018 Post comments count0 Post likes count1 How do I know that Resource Monitor isn’t just retaining a handle to the terminated process? Raymond Chen Let's run some more experiments.
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?