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.
Dec 25, 2015 Post comments count0 Post likes count1 When is the correct time to call FreeLibraryWhenCallbackReturns? Raymond Chen Any time during the execution of the callback is fine.
Dec 24, 2015 Post comments count0 Post likes count1 Why does my in-place tooltip dismiss itself as soon as it appears? Raymond Chen Because it's detecting itself.
Dec 23, 2015 Post comments count0 Post likes count1 Confusing gotcha: PSECURITY_DESCRIPTOR is not a pointer to a SECURITY_DESCRIPTOR Raymond Chen It's just an untyped pointer.
Dec 21, 2015 Post comments count0 Post likes count1 Allocating page file space without allocating RAM Raymond Chen Fixing an old tool.