Dec 31, 2015 Post comments count0 Post likes count0 2015 year-end link clearance Raymond Chen More random stuff.
Dec 30, 2015 Post comments count0 Post likes count0 Why is my call to ChangeTimerQueueTimer having no effect? (And another case of looking past the question to solve the problem.) Raymond Chen Because it's too late.
Dec 29, 2015 Post comments count0 Post likes count0 Why are Windows setup logs stored in a Panther directory? Does it have anything to do with the abandoned Panther project from the precursor to Windows 95? Raymond Chen Unrelated.
Dec 28, 2015 Post comments count0 Post likes count1 Determining how each Explorer window is sorted Raymond Chen Ask for the sort criteria.
Dec 25, 2015 Post comments count0 Post likes count0 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 count0 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 count0 Confusing gotcha: PSECURITY_DESCRIPTOR is not a pointer to a SECURITY_DESCRIPTOR Raymond Chen It's just an untyped pointer.
Dec 22, 2015 Post comments count0 Post likes count0 Unhandled Exception: Cannot print exception string because Exception.ToString() failed. Raymond Chen So that happened.
Dec 21, 2015 Post comments count0 Post likes count0 Allocating page file space without allocating RAM Raymond Chen Fixing an old tool.
Dec 18, 2015 Post comments count0 Post likes count0 Are views of memory-mapped files coherent within a single process? (And how this was the wrong question.) Raymond Chen Yes.