Bernhard Kölbl (@besentv) commented about dlls/windows.gaming.ui.gamebar/main.c:
return S_OK; }
- if (IsEqualGUID( iid, &IID_IGameBarStatics ))
- {
*out = &impl->IGameBarStatics_iface;
IInspectable_AddRef( *out );
You could probably make this a one-liner as well, like in line 52.