Oct 9, 2017 Post comments count0 Post likes count1 Why does NTVDM create empty IO.SYS and MSDOS.SYS files? Raymond Chen Compatibility, of course.
Oct 6, 2017 Post comments count0 Post likes count2 How can I investigate the possibility of a lot of leaked window classes (RegisterClass)? Raymond Chen Looking for names.
Oct 5, 2017 Post comments count0 Post likes count1 Evaluating the security consequences of an instance of reading past the end of a buffer Raymond Chen In order to get the information, you must already have significant powers.
Oct 4, 2017 Post comments count0 Post likes count1 Reconciling yucky boys and gross kissing with the occasional dance Raymond Chen Just friends.
Oct 4, 2017 Post comments count0 Post likes count2 The Resource Compiler’s preprocessor is not the same as the C preprocessor Raymond Chen It's a very limited subset.
Oct 3, 2017 Post comments count0 Post likes count1 Alas, Microsoft Building 109 Conference Room A is no more Raymond Chen Another code word bites the dust.
Oct 2, 2017 Post comments count0 Post likes count1 How can I detect that my window is on the current virtual desktop? Raymond Chen And what are the recommended policies for using virtual desktops anyway?
Sep 29, 2017 Post comments count0 Post likes count1 Why does my thread handle suddenly go bad? All I did was wait on it! Raymond Chen The scary world of _beginthread.
Sep 28, 2017 Post comments count0 Post likes count1 CancelIoEx can cancel synchronous I/O, which is kind of nice Raymond Chen Get me out of there.
Sep 27, 2017 Post comments count0 Post likes count2 How to check if a pointer is in a range of memory Raymond Chen Thanks to the C language standard, it's trickier than it seems.