May 17, 2023 2 1 How do I free the pointers returned by functions like GetTokenInformation? Raymond Chen They are all pointers back into the main memory block.
May 16, 2023 6 0 It appears that I’ve never made a complete visit to the Pacific Northwest Raymond Chen If the marketing department is to be believed.
May 16, 2023 3 3 Summary of the duck-typing requirements of C++ COM wrappers Raymond Chen Wrapping up and comparing.
May 15, 2023 1 1 What are the duck-typing requirements of C++/WinRT com_ptr? Raymond Chen The experiments conclude.
May 12, 2023 0 1 What are the duck-typing requirements of wil com_ptr? Raymond Chen The experiments continue.
May 11, 2023 0 1 What are the duck-typing requirements of WRL ComPtr? Raymond Chen Another round of experimentation.
May 10, 2023 1 0 What are the duck-typing requirements of ATL CComPtr? Raymond Chen Looking for the minimum requirements.
May 9, 2023 0 What are the duck-typing requirements of MFC IPTR? Raymond Chen Seeing what goes wrong and trying to fix it.
May 8, 2023 1 1 What are the duck-typing requirements of _com_ptr_t? Raymond Chen As long as you fulfill the contract, based on method names.
May 5, 2023 3 0 The case of the crash in a C++/WinRT coroutine: Unpeeling the onion Raymond Chen Digging deeper and deeper.