Aug 19, 2016 Post comments count0 Post likes count0 Is it okay to call TryAcquireSRWLock from a thread that has already acquired the lock? Raymond Chen No.
Aug 18, 2016 Post comments count0 Post likes count0 If I have a modeless dialog box with custom accelerators, which should I call first: IsDialogMessage or TranslateAccelerator Raymond Chen Only one way works.
Aug 17, 2016 Post comments count0 Post likes count0 On installing a custom unhandled exception filter and intentionally raising an exception to get its attention Raymond Chen Mind those stack frames.
Aug 16, 2016 Post comments count0 Post likes count2 There are really only two effectively distinct settings for the UAC slider Raymond Chen Off and on.
Aug 15, 2016 Post comments count0 Post likes count0 Things I learned from my recent trip to Vancouver Raymond Chen It's not butter.
Aug 15, 2016 Post comments count0 Post likes count0 How can I debug a function that has been subjected to COMDAT folding? Raymond Chen The easy way is to mutate the function.
Aug 12, 2016 Post comments count0 Post likes count0 On the importance of making sure WaitForInputIdle doesn’t think you’re idle, episode 2 Raymond Chen WaitForInputIdle is how the shell knows that your DDE server.
Aug 11, 2016 Post comments count0 Post likes count0 I’m speaking at the brand new Microsoft Canada Excellence Centre tomorrow Raymond Chen But only for Microsoft employees, sorry.
Aug 11, 2016 Post comments count0 Post likes count0 On the importance of making sure WaitForInputIdle doesn’t think you’re idle, episode 1 Raymond Chen WaitForInputIdle is how the shell knows that your DDE server.
Aug 10, 2016 Post comments count0 Post likes count0 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.