On Thu Jul 31 10:41:23 2025 +0000, Rémi Bernon wrote:
There's no need to go through `QueryInterface`. Also `GetWeakReference` cannot fail.
IWeakReferenceSource_GetWeakReference( &impl->weak_reference_source.IWeakReferenceSource_iface, &weak );
Ah, sure. I thought that we were to assume that even the trivial interfaces we implement should be treated as opaque as thus falliable.