Aug 31, 2015 Post comments count0 Post likes count0 How do I enumerate remembered connections that are not currently connected? Raymond Chen WNetEnumResources again.
Aug 28, 2015 Post comments count0 Post likes count0 Debugging walkthrough: Access violation on nonsense instruction, episode 3 Raymond Chen Ow, that patch hurts.
Aug 27, 2015 Post comments count0 Post likes count0 The Windows 95 I/O system assumed that if it wrote a byte, then it could read it back Raymond Chen Stands to reason.
Aug 26, 2015 Post comments count0 Post likes count0 Rules can exist not because there’s a problem, but in order to prevent future problems Raymond Chen Not constraining future optimizations.
Aug 25, 2015 Post comments count0 Post likes count0 Microspeak: DRI, the designated response individual Raymond Chen The first line of defense.
Aug 24, 2015 Post comments count0 Post likes count0 Insightful graph: The ship date predictor Raymond Chen Factor of two (and a little).
Aug 21, 2015 Post comments count0 Post likes count0 Handy delegate shortcut hides important details: The hidden delegate Raymond Chen Sit. Stay.
Aug 20, 2015 Post comments count0 Post likes count0 I saw a pinvoke signature that passed a UInt64 instead of a FILETIME, what’s up with that? Raymond Chen Stricter than necessary, but that's okay.
Aug 19, 2015 Post comments count0 Post likes count0 If you are going to call Marshal.GetLastWin32Error, the function whose error you’re retrieving had better be the one called most recently Raymond Chen Watch out for functions called behind your back.
Aug 18, 2015 Post comments count0 Post likes count0 If you are going to call Marshal.GetLastWin32Error, the function whose error you’re retrieving had better have SetLastError=true Raymond Chen Or it won't get anything.