Dec 30, 2015 0 0 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 0 0 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 0 1 Determining how each Explorer window is sorted Raymond Chen Ask for the sort criteria.
Dec 25, 2015 0 0 When is the correct time to call FreeLibraryWhenCallbackReturns? Raymond Chen Any time during the execution of the callback is fine.
Dec 24, 2015 0 0 Why does my in-place tooltip dismiss itself as soon as it appears? Raymond Chen Because it's detecting itself.
Dec 23, 2015 0 0 Confusing gotcha: PSECURITY_DESCRIPTOR is not a pointer to a SECURITY_DESCRIPTOR Raymond Chen It's just an untyped pointer.
Dec 22, 2015 0 0 Unhandled Exception: Cannot print exception string because Exception.ToString() failed. Raymond Chen So that happened.
Dec 18, 2015 0 0 Are views of memory-mapped files coherent within a single process? (And how this was the wrong question.) Raymond Chen Yes.