Dec 17, 2020 1 0 On the ways of finding a dispatcher for the current thread in the Windows Runtime Raymond Chen You have to look around, but be careful not to trip over anything.
Dec 16, 2020 3 1 Why does PF_VIRT_FIRMWARE_ENABLED return false even when virtualization is enabled in the firmware? Raymond Chen It may be enabled, but it's not enabled for you.
Dec 15, 2020 8 0 Lost Windows feature: The Horizon Raymond Chen Unlike the real horizon, this one is up close.
Dec 14, 2020 3 0 How do I avoid race conditions in WaitOnAddress where the wake happens before I enter the blocking state? Raymond Chen You're waiting on it wrong.
Dec 11, 2020 1 0 Parsing ETL traces yourself, part 3: The TraceProcessor Raymond Chen Getting it from the same source as the Windows Performance Analyzer.
Dec 10, 2020 0 0 Parsing ETL traces yourself, part 2: The EventLogReader Raymond Chen For true programmatic processing of classic ETL events.
Dec 9, 2020 0 1 Parsing ETL traces yourself, part 1: wpaexporter Raymond Chen A simple converter that spits out comma-separated values.
Dec 8, 2020 13 0 How did Windows open a portal to another dimension when reporting a program error? Raymond Chen A momentary tear in the space-time continuum.
Dec 7, 2020 3 0 Why does CreateWindowEx take the extended style parameter as its first parameter instead of its last? Raymond Chen It sure looks like a strange place to add a new parameter.
Dec 4, 2020 3 0 The humor hiding behind “JavaScript error: Semicolon expected” Raymond Chen Apparently not automatic enough.