Nov 10, 2016 Post comments count0 Post likes count1 Under what circumstances will GetProcessTimes report that a process exited before it was created? Raymond Chen If it hasn't exited yet.
Nov 9, 2016 Post comments count0 Post likes count1 Zeroing out my memory does cause them to page in faster after all Raymond Chen Thanks to a special check in the memory manager.
Nov 8, 2016 Post comments count0 Post likes count1 Why do my file creation, access, or modified time disappear if I set it to midnight on January 1, 1980? Raymond Chen Mind the epoch.
Nov 7, 2016 Post comments count0 Post likes count1 How do I programmatically add a folder to my Documents library? Raymond Chen You can use SHAddFolderPathToLibrary, but there's a catch.
Nov 4, 2016 Post comments count0 Post likes count1 Why is my crash dump file filled with 0xAAAAAAAA? Raymond Chen No, it's just that the original data was scrubbed out.
Nov 3, 2016 Post comments count0 Post likes count1 Solving the problem instead of answering the question: How do I get this RichEdit control to look just like a static control? Raymond Chen That's not your problem.
Nov 2, 2016 Post comments count0 Post likes count1 What happens if you call RevertToSelf when not impersonating? Raymond Chen Nothing, but be careful.
Nov 1, 2016 Post comments count0 Post likes count0 Windows file system compression had to be dumbed down Raymond Chen Adjusting the trade-off.
Oct 31, 2016 Post comments count0 Post likes count1 This processor has no stack (insert spooky laughter) Raymond Chen Nothing to push here.
Oct 28, 2016 Post comments count0 Post likes count1 Why does SetThreadPriority sometimes take a really long time? Raymond Chen Because you asked for it.