Feb 2, 2017 Post comments count0 Post likes count1 Are DDE and WM_COPYDATA related as IPC mechanisms? Raymond Chen Specifically, is one dependent on the other?
Feb 1, 2017 Post comments count0 Post likes count0 I wasn’t fooled into thinking the Star Wars trench run was along the equatorial trench, but I was fooled anyway Raymond Chen I thought it was a different route entirely.
Feb 1, 2017 Post comments count0 Post likes count1 How am I supposed to free the information passed to the SetSecurityInfo function? Raymond Chen You allocated it. You get to free it.
Jan 31, 2017 Post comments count0 Post likes count1 Why does my Surface power brick keep blinking on and off? Raymond Chen Power negotiations break down.
Jan 30, 2017 Post comments count0 Post likes count1 Creating an object on the other side of the airtight hatchway isn’t yet a security vulnerability Raymond Chen What can you do with that object?
Jan 27, 2017 Post comments count0 Post likes count2 How can a COM local server keep itself alive even though there are no active clients? Raymond Chen CoAddRefServerProcess to the rescue.
Jan 26, 2017 Post comments count0 Post likes count2 How can I control the directory from which my delay-loaded DLL is loaded? Raymond Chen Use the hook.
Jan 25, 2017 Post comments count0 Post likes count1 Are there alternatives to _lock and _unlock in Visual Studio 2015? Raymond Chen This is unlikely to work.
Jan 24, 2017 Post comments count0 Post likes count1 Why do my program’s notifications sometimes show a small icon, and sometimes a large icon? Raymond Chen And why does it sometimes show the program name?
Jan 23, 2017 Post comments count0 Post likes count2 How do I prevent users from terminating a service? Raymond Chen Use the ACL.