Jul 30, 2021 4 0 Why doesn’t my asynchronous read operation complete when I close the handle? Raymond Chen Because the file isn't closed yet.
Jul 29, 2021 2 0 On the interaction between the FILE_FLAG_NO_BUFFERING and FILE_FLAG_WRITE_THROUGH flags Raymond Chen Let's fill in another table.
Jul 28, 2021 3 0 How can I prevent the mouse from moving in response to touch input? Raymond Chen You need to make your program pointer-aware.
Jul 27, 2021 7 0 Twitter misdetected the 2011 Build conference keynote as a denial-of-service attack Raymond Chen Just a lot of excited developers.
Jul 26, 2021 13 0 Diagnosing why your batch file prints a garbage character, one character, and nothing more Raymond Chen Following the clues you have.
Jul 23, 2021 0 0 The history of passing a null pointer as the key name to RegOpenKeyEx Raymond Chen It doesn't mean anything special any more, but it once did.
Jul 22, 2021 7 0 The case of the strange NT-style path that was discovered by SearchPath Raymond Chen Remember where it searches.
Jul 21, 2021 4 0 I know I can change the color of the DC pen, but what about the other attributes? Raymond Chen They're locked in, sorry.
Jul 20, 2021 29 0 Why does the New menu even exist for creating new empty files? Raymond Chen You have to open the file anyway to make it useful, so why not just open the program directly?
Jul 19, 2021 1 0 C++11 braced initialization made the impossible possible (and how to fix it so it stays impossible) Raymond Chen Braced initialization to the rescue, or denied.