May 31, 2017 Post comments count0 Post likes count1 Extending our critical section based on WaitOnAddress to support timeouts Raymond Chen Ooh, look, a new feature.
May 30, 2017 Post comments count0 Post likes count1 Why isn’t the original window order always preserved when you undo an Aero Shake? Raymond Chen Acts the same way as undoing a Minimize All, since that's basically what it is.
May 29, 2017 Post comments count0 Post likes count1 Does DebugBreak work to launch the debugger, or doesn’t it? Raymond Chen It does, eventually, but not because it is DebugBreak.
May 25, 2017 Post comments count0 Post likes count1 Diagnosing why you cannot create a stable subkey under a volatile parent key Raymond Chen You can't do it, but why is the parent volatile?
May 24, 2017 Post comments count0 Post likes count1 Some questions about unflushed data and calling FlushFileBuffers on a new handle to a file Raymond Chen Will it get flushed out eventually?
May 19, 2017 Post comments count0 Post likes count1 Debugging a GDI resource leak: Case study Raymond Chen If it leaked once, it'll leak again.
May 12, 2017 Post comments count0 Post likes count1 A question about avoiding page faults the first time newly-allocated memory is accessed Raymond Chen What are you trying to optimize?
May 11, 2017 Post comments count0 Post likes count1 How to calculate the resulting security descriptor of a child object without creating it Raymond Chen Pretend that it's a private object.
May 10, 2017 Post comments count0 Post likes count1 Revised notes on the reliability of FlushFileBuffers Raymond Chen A check-in on what's happened over the past few years.
May 8, 2017 Post comments count0 Post likes count1 Couldn’t we fix the lackey catastrophe by using #pragma init_seg(user)? Raymond Chen That doesn't help, for more than one reason.