Feb 6, 2024 Post comments count11 Post likes count3 On using milliseconds as a measure of network latency Raymond Chen There's a limit to how much technology can improve.
Feb 5, 2024 Post comments count1 Post likes count4 How can I close a thread pool and cancel all work that had been queued to it? Raymond Chen You can put them in a group.
Feb 2, 2024 Post comments count4 Post likes count1 The case of the invalid parameter error from MeasureOverride Raymond Chen Chasing it back to its origin.
Feb 1, 2024 Post comments count7 Post likes count2 Using virtual memory placeholders to allocate contiguous address space for multiple purposes Raymond Chen Can you hold this for a second?
Jan 31, 2024 Post comments count10 Post likes count2 How can I add an environment variable to a process launched via ShellExecuteEx or IContextMenu? Raymond Chen Hooking into the way the Windows shell launches processes.
Jan 30, 2024 Post comments count1 Post likes count1 Smoothing over the differences (and defects) in the various implementations of IMemoryBuffer Raymond Chen Stick to the part that nobody messes up.
Jan 29, 2024 Post comments count0 Post likes count2 A comparison of various implementations of the Windows Runtime IMemoryBuffer Raymond Chen Every unhappy class is unhappy in its own way.
Jan 26, 2024 Post comments count0 Post likes count2 How can I expose a pre-existing block of memory as a Windows Runtime object without copying the data? Raymond Chen Assembling all the pieces.
Jan 25, 2024 Post comments count8 Post likes count1 How can I give away a COM reference just before my object destructs? Raymond Chen You have to do it before committing to destruction.
Jan 24, 2024 Post comments count2 Post likes count2 The dangerous implementations of the IMemoryBufferReference.Closed event Raymond Chen Mistakenly handing out COM references that don't work.