avoid GetAddressOf with ComPtr objects
Using the &
operator does the same in a cleaner way.
Some GetAddressOf()
remain because they give access to the address of the internal pointer, for single item array usage.
Using the &
operator does the same in a cleaner way.
Some GetAddressOf()
remain because they give access to the address of the internal pointer, for single item array usage.
VideoLAN code repository instance