Nov 16, 2017 0 0 Why is there no way to add a permission to a page with VirtualProtect instead of replacing it? Raymond Chen Who's in charge here?
Nov 15, 2017 0 0 What happens if you simply return from the thread callback passed to _beginthread and _beginthreadex? Raymond Chen Who's got the thread handle?
Nov 14, 2017 0 1 Microspeak: FCIB Raymond Chen Foreign checked-in binary, or at least that's what it means now.
Nov 13, 2017 0 0 On memory allocations larger than 64KB on 16-bit Windows Raymond Chen The mysterious __AHINCR.
Nov 10, 2017 0 0 Cancelling the INamespaceWalk::Walk operation a little faster Raymond Chen You can use IActionProgress
Nov 9, 2017 0 0 How can I cancel the INamespaceWalk::Walk operation? Raymond Chen You can cancel it during a INamespaceWalkCB callback.
Nov 8, 2017 0 0 How can I control which parts of the shell namespace the INamespaceWalk::Walk operation will walk into? Raymond Chen You can ask it to skip the folder, or you can tell it to give up entirely.
Nov 7, 2017 0 0 Was there a problem with Windows 95-era programs relying on undocumented information disclosure stuff? Raymond Chen Surprisingly not.
Nov 6, 2017 0 0 Why did Windows 95 store image list bitmaps four-across instead of as a strict vertical strip? Raymond Chen To make sure they all fit in a 16-bit coordinate space.
Nov 3, 2017 0 0 Why are my notification icon customizations lost after six months of disuse? Raymond Chen Sorry, didn't realize you were still using it.