Dec 7, 2015 Post comments count0 Post likes count0 Enumerating all the programs that can launch a particular protocol Raymond Chen SHAssocEnumHandlersForProtocolByApplication
Dec 3, 2015 Post comments count0 Post likes count0 A question about how to detect whether Windows Update needs the system to be restarted turns out to be the wrong question Raymond Chen For critical availability, don't install it until you are ready to reboot.
Dec 2, 2015 Post comments count0 Post likes count0 Hidden gotcha in the thread pool sample program on MSDN Raymond Chen That's a pretty small pool.
Nov 30, 2015 Post comments count0 Post likes count0 Enumerating all the programs that can open a particular file extension Raymond Chen SHAssocEnumHandlers.
Nov 27, 2015 Post comments count0 Post likes count0 How can I append to a file and know where it got written, even if the file is being updated by multiple processes? Raymond Chen File locking strikes again.
Nov 25, 2015 Post comments count0 Post likes count0 Clarifying the documentation on wildcards accepted by FindFirstFile/FindFirstFileEx Raymond Chen Only in the file name portion.
Nov 23, 2015 Post comments count0 Post likes count0 Playing with synchroninzation barriers Raymond Chen All for one and one for all.
Nov 20, 2015 Post comments count0 Post likes count0 Investigating a problem constructing a security descriptor to deny thread-specific access rights to Everyone Raymond Chen Clearing up the confusion and deleting code.
Nov 19, 2015 Post comments count0 Post likes count0 Stupid JavaScript debugging tricks: Abusing the conditional breakpoint Raymond Chen Code injection.
Nov 16, 2015 Post comments count0 Post likes count1 How can I get notified when the cursor changes? Raymond Chen Accessibility to the rescue, again.