On Wed Jun 29 13:40:34 2022 +0000, Andrew Eikum wrote:
Why not just assign to `name` here and remove the if-NULL check later in the function?
Because I was re-using `pv` so it would have been overridden. But I'll just use a second `PROPVARIANT` as is already done a few lines below.