Jun 17, 2022 Post comments count1 Post likes count0 Writing a marshal-by-value marshaler, part 1 Raymond Chen Creating an identical object on the other side.
Jun 16, 2022 Post comments count1 Post likes count0 The skeleton marshaler that does default marshaling Raymond Chen Starting with a marshaler that has no special features.
Jun 15, 2022 Post comments count4 Post likes count0 An initial look at the mechanics of how COM marshaling is performed Raymond Chen Pretend you're an oracle.
Jun 14, 2022 Post comments count4 Post likes count0 What are the various usage patterns for manually-marshaled interfaces? Raymond Chen The outermost simple layer, and the more complex inner layer.
Jun 13, 2022 Post comments count10 Post likes count1 Adventures in application compatibility: The case of the PC-relative indirect jump that reads from nowhere Raymond Chen A little too much copy/pasta.
Jun 10, 2022 Post comments count10 Post likes count0 How do I retrieve an extremely large range of cells from Excel if the clipboard functions all time out? Raymond Chen Maybe you shouldn't be using the clipboard.
Jun 9, 2022 Post comments count6 Post likes count0 How can I wait more than 30 seconds for a delay-rendered clipboard format to become rendered? Raymond Chen Provide your own delay.
Jun 8, 2022 Post comments count7 Post likes count2 Is there a maximum size for Windows clipboard data? Because I’m getting null for something I know should be there Raymond Chen There is no pre-set maximum size, but that null might be coming from somewhere else.
Jun 7, 2022 Post comments count9 Post likes count1 How to write like Raymond: Contacting another team for the first time Raymond Chen Flattery will get you in the door.
Jun 6, 2022 Post comments count11 Post likes count0 An opinionated comparison of C++ frameworks for consuming and implementing Windows Runtime types Raymond Chen The three leading contenders.