Aug 10, 2016 Post comments count0 Post likes count1 How to create a file mapping that allows others to open the file in exclusive mode? Raymond Chen This is a job for opportunistic locks.
Aug 9, 2016 Post comments count0 Post likes count1 What is a ZDP, and what’s so Z about it? Raymond Chen Zero Day Package, but not that kind of zero day.
Aug 8, 2016 Post comments count0 Post likes count1 Why didn’t Windows 95 suck the brains out of the XMS driver? Raymond Chen It was working fine up until now.
Aug 5, 2016 Post comments count0 Post likes count1 The case of the hung Explorer window Raymond Chen Decoding the deadlock.
Aug 4, 2016 Post comments count0 Post likes count2 The origin story of the Microsoft ninjacat Raymond Chen So it begins.
Aug 3, 2016 Post comments count0 Post likes count2 Using #pragma detect_mismatch to help catch ODR violations Raymond Chen There can be more than one, but they must be the same.
Aug 2, 2016 Post comments count0 Post likes count1 Why don’t I get a file deletion confirmation warning from Explorer when I undo a copy? Raymond Chen Because this is not really a deletion operation.
Aug 1, 2016 Post comments count0 Post likes count1 How do I disable edge gestures when my window is full screen? Raymond Chen System.EdgeGesture.DisableTouchWhenFullscreen.
Jul 29, 2016 Post comments count0 Post likes count1 Further discussion of the synchronization barrier Raymond Chen It's really just a switch.
Jul 28, 2016 Post comments count0 Post likes count1 How can I check whether a parameter is a pointer to a stack variable? Raymond Chen Check it against the thread limits.