On Fri May 16 20:19:41 2025 +0000, Alfred Agrell wrote:
MS docs say it is a loop. But even if it wasn't, you can just release that reference immediately after DoDragDrop returns. If the function needs to keep it, it'll add its own reference. (To clarify the E_OUTOFMEMORY thing: Should do that if dummy is null.)
Done