Jul 29, 2016 Post comments count0 Post likes count0 Further discussion of the synchronization barrier Raymond Chen It's really just a switch.
Jul 28, 2016 Post comments count0 Post likes count0 How can I check whether a parameter is a pointer to a stack variable? Raymond Chen Check it against the thread limits.
Jul 27, 2016 Post comments count0 Post likes count0 Why does setting the horizontal scroll bar range for the first time also set the vertical range, and vice versa? Raymond Chen An attempt at delay-initialization.
Jul 26, 2016 Post comments count0 Post likes count0 Why does sharing a folder in Explorer grant full permission on the share to everyone? Raymond Chen The ACLs will do the work.
Jul 25, 2016 Post comments count0 Post likes count0 Is there a Windows API for IntelliSense? Raymond Chen That's not really an operating system thing.
Jul 22, 2016 Post comments count0 Post likes count0 What is the significance of changing the registration for CLSIDs to point to a private copy of MSXML3? Raymond Chen You hijacked the CLSID, which is not going to end well.
Jul 21, 2016 Post comments count0 Post likes count0 If you don’t want the changes to be permanent, the don’t pass the flag that says that you want the changes to be permanent Raymond Chen Stands to reason.
Jul 20, 2016 Post comments count0 Post likes count0 Microspeak: Tick-tock Raymond Chen Who's doing what when?
Jul 19, 2016 Post comments count0 Post likes count0 Having trouble with Windows Hello face recognition? Try a Jedi mind trick! Raymond Chen This is the user you are looking for.
Jul 18, 2016 Post comments count0 Post likes count0 When I tell Windows to compress a file, the compression is far worse than I get if I ask WinZip to compress the file; why is that? Raymond Chen The different compressors have different goals.