On Thu Nov 20 09:42:00 2025 +0000, Rémi Bernon wrote:
Several callers use SUCCEEDED(hr) after to check if a sample is returned, it will now succeed when no sample is available too and it needs to be changed.
they need to be changed to `hr == S_OK` right?