Nov 30, 2021 1 0 How can my C++/WinRT component pass a std::vector back to the caller? Raymond Chen Implementing the ReceiveArray pattern.
Nov 29, 2021 8 1 How did Windows 3.1’s virtual machine manager get the information to show in the text-mode Alt+Tab switcher? Raymond Chen Getting by with a little help from a friend.
Nov 26, 2021 3 0 The two products may be identical, but they are not the same Raymond Chen No price-matching for you.
Nov 26, 2021 2 0 I called AdjustTokenPrivileges, but I was still told that a necessary privilege was not held, redux Raymond Chen Did any privilege adjustment occur at all?
Nov 25, 2021 4 0 How do I pass an array of variable-sized PROPSHEETPAGE structures to PropertySheet? Raymond Chen It's "just" an array of variable-sized structures.
Nov 24, 2021 7 0 Appending additional payload to a PROPSHEETPAGE structure Raymond Chen Taking it along for the ride.
Nov 23, 2021 10 0 Every business process secretly wants to fail Raymond Chen At least, that's how it looks from the outside.
Nov 22, 2021 7 0 A reminder about the correct way of accessing and manipulating the position of icons on the desktop Raymond Chen There's an interface for that. Please use it.
Nov 19, 2021 6 0 Why is my C++/CX ref class forbidden from having public methods that are templates or mention, say, std::vector? Raymond Chen C++/CX overloads the class member access control keywords to control metadata generation.
Nov 18, 2021 1 0 What does the CompileAsWinRT Visual Studio project option mean? Raymond Chen And why it's badly-named.