Dec 28, 2015 Post comments count0 Post likes count2 Determining how each Explorer window is sorted Raymond Chen Ask for the sort criteria.
Dec 25, 2015 Post comments count0 Post likes count1 When is the correct time to call FreeLibraryWhenCallbackReturns? Raymond Chen Any time during the execution of the callback is fine.
Dec 24, 2015 Post comments count0 Post likes count1 Why does my in-place tooltip dismiss itself as soon as it appears? Raymond Chen Because it's detecting itself.
Dec 23, 2015 Post comments count0 Post likes count1 Confusing gotcha: PSECURITY_DESCRIPTOR is not a pointer to a SECURITY_DESCRIPTOR Raymond Chen It's just an untyped pointer.
Dec 21, 2015 Post comments count0 Post likes count1 Allocating page file space without allocating RAM Raymond Chen Fixing an old tool.
Dec 18, 2015 Post comments count0 Post likes count1 Are views of memory-mapped files coherent within a single process? (And how this was the wrong question.) Raymond Chen Yes.
Dec 16, 2015 Post comments count0 Post likes count1 You’d think that with the name TEMP, people wouldn’t expect it to be around for a long time Raymond Chen Temp stands for Temporary.
Dec 14, 2015 Post comments count0 Post likes count1 Calculating integer factorials in constant time, taking advantage of overflow behavior Raymond Chen Too high! Too high!
Dec 10, 2015 Post comments count0 Post likes count1 Why does OpenProcess return access denied, even if I enable debug privilege? Raymond Chen Asking for more than you need.
Dec 8, 2015 Post comments count0 Post likes count1 How do I register a command on the desktop background context menu? (And how do I remove one I don’t like?) Raymond Chen Places to go, and places to look.