ia2utils HyperlinkGetter: Switch to CComPtr (#9152)
* ia2utils HyperlinkGetter: Switch to CComPtr (instead of _com_ptr_t) so C++ exceptions don't get thrown for COM errors.
Newer code uses CComPtr already, so it made sense to switch rather than catching the exceptions.
* Update what's new.