Mar 16, 2017 Post comments count0 Post likes count1 How do I provide data to the sharing pane from a Win32 desktop application? Raymond Chen Continuing the interop pattern.
Mar 15, 2017 Post comments count0 Post likes count1 How do I show the sharing pane from a Win32 desktop application? Raymond Chen Unwrapping the projection, but now with interop.
Mar 10, 2017 Post comments count0 Post likes count1 Is GENERIC_ALL equivalent to GENERIC_READ | GENERIC_WRITE | GENERIC_EXECUTE? Raymond Chen Only if the object says so.
Mar 9, 2017 Post comments count0 Post likes count1 How do I keep thread pool threads, or other threads in general, from competing with my render thread for CPU? Raymond Chen You assign them to the default CPU set.
Mar 8, 2017 Post comments count0 Post likes count1 How do we improve the performance of conhost processes when we ping a bunch of servers? Raymond Chen How about avoiding them entirely?
Mar 3, 2017 Post comments count0 Post likes count1 The case of the 32-bit program that tries to load a 64-bit DLL Raymond Chen A continuing saga which ultimately comes to a resolution.
Mar 2, 2017 Post comments count0 Post likes count1 Don’t forget to implement canonical names for verbs in your shell context menu extension Raymond Chen The system uses it to find you later.
Mar 1, 2017 Post comments count0 Post likes count1 Why does my attempt to acquire an SRW lock block even though !locks report no locks held? Raymond Chen !locks is looking for critical sections.
Feb 27, 2017 Post comments count0 Post likes count1 How do I disable the press-and-hold gesture for my window? Raymond Chen Digging back into ancient history.
Feb 24, 2017 Post comments count0 Post likes count1 The system manages the system image lists; don’t go changing the art on the walls Raymond Chen You can read from them, but don't modify them.