Jun 5, 2017 0 0 How can I register a program to auto-relaunch if it crashes or is terminated? Raymond Chen There is no system registration. You'll have to roll one yourself.
Jun 2, 2017 0 0 How likely is it that a window will receive a WM_NULL message out of the blue? Raymond Chen Not entirely unlikely, let's put it that way.
Jun 1, 2017 0 0 Comparing WaitOnAddress with futexes (futexi? futexen?) Raymond Chen Two different ways of creating a synchronization object out of nothing.