Sep 15, 2017 Post comments count0 Post likes count0 How can I diagnose why my FreeLibrary isn’t freeing the library? Raymond Chen Application Verifier to the rescue.
Sep 14, 2017 Post comments count0 Post likes count0 Why is my window unexpectedly becoming topmost? Raymond Chen There are a few places where the system will auto-topmost a window.
Sep 13, 2017 Post comments count0 Post likes count0 What is the correct way of using the string buffer returned by the WindowsPreallocateStringBuffer function? Raymond Chen Write the characters you allocated, but only those characters.
Sep 12, 2017 Post comments count0 Post likes count0 Microspeak: Ripcord Raymond Chen Deploy the emergency parachute.
Sep 11, 2017 Post comments count0 Post likes count0 If you configure a program to run in Windows 2000 compatibility mode, then it is also vulnerable to Windows 2000 security issues Raymond Chen Bug-for-bug compatibility.
Sep 8, 2017 Post comments count0 Post likes count0 Nasty gotcha: SetThreadUILanguage cannot be used to restore the thread UI language Raymond Chen You have to use some other function entirely.
Sep 7, 2017 Post comments count0 Post likes count0 What are anonymous structs, and more importantly, how do I tell windows.h to stop using them? Raymond Chen The struct with no name.
Sep 6, 2017 Post comments count0 Post likes count0 Can I enable Large Address Awareness dynamically at runtime? Raymond Chen No, but you can maybe fake it.
Sep 5, 2017 Post comments count0 Post likes count0 Does anybody know what really happened on August 25, 2017 at the Red Sox/Orioles game? Raymond Chen A strange thing might have happened, but did it?
Sep 5, 2017 Post comments count0 Post likes count0 Why did my systems reboot into the Recovery Environment and how do I prevent that from happening in the future? Raymond Chen You can disable it in the boot configuration.