Sep 15, 2015 Post comments count0 Post likes count1 A process inherits its environment from its parent, and the consequences of this simple statement Raymond Chen The chain of custody.
Sep 14, 2015 Post comments count0 Post likes count1 How do I run a Web search in the user’s default Web browser using their default search provider? Raymond Chen You kind of have to guess.
Sep 11, 2015 Post comments count0 Post likes count1 The C runtime library cannot be mixed and matched Raymond Chen Coupled to the compiler.
Sep 9, 2015 Post comments count0 Post likes count1 Raymond’s Windows Universal Samples API concordance Raymond Chen Finding samples that use a particular method or property or whatever.
Sep 4, 2015 Post comments count0 Post likes count1 Using an intermediate library to make the main library retargetable Raymond Chen A little traffic cop.
Sep 3, 2015 Post comments count0 Post likes count1 When I change the icon in my shortcut, why doesn’t it update on the screen? Raymond Chen Dotting all the i's.
Aug 31, 2015 Post comments count0 Post likes count1 How do I enumerate remembered connections that are not currently connected? Raymond Chen WNetEnumResources again.
Aug 21, 2015 Post comments count0 Post likes count1 Handy delegate shortcut hides important details: The hidden delegate Raymond Chen Sit. Stay.
Aug 20, 2015 Post comments count0 Post likes count1 I saw a pinvoke signature that passed a UInt64 instead of a FILETIME, what’s up with that? Raymond Chen Stricter than necessary, but that's okay.
Aug 19, 2015 Post comments count0 Post likes count1 If you are going to call Marshal.GetLastWin32Error, the function whose error you’re retrieving had better be the one called most recently Raymond Chen Watch out for functions called behind your back.