Jan 20, 2016 Post comments count0 Post likes count1 So how bad is it that I’m calling RegOpenKey instead of RegOpenKeyEx? Raymond Chen Mostly not bad, except for the gotcha.
Jan 18, 2016 Post comments count0 Post likes count1 A puzzle involving dynamic programming, or maybe it doesn’t, episode 2 Raymond Chen Once again, the hint is wrong.
Jan 15, 2016 Post comments count0 Post likes count1 What does this crash in TppRaiseHandleStatus mean? Raymond Chen Imagining how a feature was written.
Jan 13, 2016 Post comments count0 Post likes count1 My program for faking debugging demos Raymond Chen Looking behind the curtain.
Jan 11, 2016 Post comments count0 Post likes count1 Creating a shell extension that applies only to files with a very specific name Raymond Chen The AppliesTo tag.
Jan 8, 2016 Post comments count0 Post likes count1 The FILE_FLAG_DELETE_ON_CLOSE flag applies to the handle, also known as the file object, which is not the same as the file Raymond Chen The file on disk, the representation of the file, and the reference to the representation of the file.
Jan 5, 2016 Post comments count0 Post likes count1 Why did Windows NT decline to support an undocumented flag to TrackPopupMenuEx? Raymond Chen Duh.
Jan 1, 2016 Post comments count0 Post likes count1 If you want to receive a message that is broadcast to top-level windows, you need a top-level window Raymond Chen Stands to reason.
Dec 30, 2015 Post comments count0 Post likes count1 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 28, 2015 Post comments count0 Post likes count2 Determining how each Explorer window is sorted Raymond Chen Ask for the sort criteria.