Jun 16, 2016 0 0 Why do I get a spurious WM_MOUSEMOVE message whenever Resource Manager is running? Raymond Chen An artifact of certain window manager operations.
Jun 15, 2016 0 0 Raymond’s complete guide to HSTRING semantics Raymond Chen It's reference-counted, except when it isn't.
Jun 14, 2016 0 0 Is there a way to change the minimum size for large pages? Raymond Chen It's set by the processor, not Windows.
Jun 13, 2016 0 0 What’s so special about the number 64 when it comes to TLS slots? Raymond Chen That's how many there were, a long time ago.
Jun 10, 2016 0 0 Investigating an app compat problem: Part 3: Paydirt Raymond Chen Finding the answer.
Jun 9, 2016 0 0 Investigating an app compat problem: Part 2: Digging in Raymond Chen Understanding the scenario a little more.
Jun 8, 2016 0 0 Investigating an app compat problem: Part 1: The initial plunge Raymond Chen Seeing the proximate cause.
Jun 7, 2016 0 0 I finally finished this awesome game called Photoshop, let me send you a video Raymond Chen Taking the Game DVR to the next level.
Jun 6, 2016 0 0 If I create multiple selectors each of size 4GB, do I get a combined address space larger than 4GB? Raymond Chen Not really
Jun 3, 2016 0 0 Why does SetFileValidData fail even though I enabled the SE_MANAGE_VOLUME_NAME privilege? Raymond Chen It's all in the timing.